Skip to content

Commit c5c8493

Browse files
Nathan SpragueNathan Sprague
authored andcommitted
add gradescope_utils dependency to setup.py
1 parent 20210d1 commit c5c8493

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Documentation can be found here: <https://jmu-cs.github.io/jmu_python_gradescope
2828
pip3 install git+https://github.com/JMU-CS/jmu_python_gradescope_utils.git
2929
```
3030

31-
This will automatically install all dependencies except
32-
`gradescope-utils` which can be installed as:
33-
34-
```
35-
pip3 install gradescope-utils>=0.3.1
36-
```
37-
3831
## Instructions
3932

4033
See `examples/hello_world_autograder/` for a sample autograder.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
author_email='nathan.r.sprague@gmail.com',
1111
description='Python Gradescope utilities',
1212
install_requires=[
13+
'gradescope-utils',
1314
'flake8',
1415
'coverage',
1516
'pep8-naming',

0 commit comments

Comments
 (0)