-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements to point to new API package on GitHub
- Loading branch information
Showing
1 changed file
with
1 addition
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
# The Python virtual environment should be managed via the venv-manager utility, not directly by pip. | ||
# See: https://pip.pypa.io/en/stable/reference/pip_install/#example-requirements-file | ||
|
||
# General Utilities | ||
gunicorn | ||
pipdeptree | ||
pylint | ||
|
||
# API | ||
python-dotenv | ||
Flask-RESTful | ||
python-dateutil | ||
Flask-JWT-Extended | ||
# Flask-JWT-Extended doesn't support PyJWT 2.x as of 3.25.0 | ||
# Prevent upgrade to PyJWT 2.x until Flask-JWT-Extended is updated to support it. | ||
# Check: https://github.com/vimalloc/flask-jwt-extended/tags | ||
PyJWT == 1.* | ||
# Custom python-ldap without SASL | ||
git+https://github.itap.purdue.edu/ECN/python-ldap.git@python-ldap-3.3.1#egg=python-ldap==3.3.1 | ||
easyad | ||
|
||
# API Documentation | ||
mkdocs | ||
mkdocs-material | ||
mkautodoc | ||
webqueue2api @ git+https://github.itap.purdue.edu/ECN/webqueue2-api@1.0.1#egg=webqueue2api |