Skip to content

Commit

Permalink
Update requirements to point to new API package on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jul 12, 2021
1 parent a1f5f6c commit 888e1bb
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions api/requirements.txt
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

0 comments on commit 888e1bb

Please sign in to comment.