Added python-dateutil to dependencies and created requirements.txt

This commit is contained in:
alex-bellon 2021-03-16 22:33:05 -05:00
parent a0be61b2ef
commit 30dfe5166b
2 changed files with 10 additions and 2 deletions

View File

@ -40,6 +40,10 @@ To run the program, you will need the following dependencies:
`pip install requests`
`pip install jsonpickle`
`pip install canvasapi`
`pip install python-dateutil`
You can install these dependencies using
`pip install -r requirements.txt`
Then run from the command line:
`python export.py`

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
requests
jsonpickle
canvasapi
python-dateutil