Add missing pyyaml dependency to lists

This commit is contained in:
17acres 2021-07-03 12:44:56 -04:00
parent d9b6c66c33
commit 114f8e95ea
2 changed files with 3 additions and 0 deletions

View File

@ -35,12 +35,14 @@ Example:
- all_output.json
# Getting Started
## Dependencies
To run the program, you will need the following dependencies:
`pip install requests`
`pip install jsonpickle`
`pip install canvasapi`
`pip install python-dateutil`
`pip install PyYAML`
You can install these dependencies using
`pip install -r requirements.txt`

View File

@ -2,3 +2,4 @@ requests
jsonpickle
canvasapi
python-dateutil
PyYAML