Skip to content

Commit

Permalink
Update requirements.txt to include pyldap and update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Feb 1, 2021
1 parent e33eec0 commit 469d4bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 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
Expand All @@ -10,6 +11,10 @@ python-dotenv
Flask-RESTful
python-dateutil
Flask-JWT-Extended
# Prevent upgrade to 2.x until Flask-JWT-Extended is updated to support it
# 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.*
# Specify pyldap version for custom build. This is not installed by pip.
pyldap == 3.3.1
easyad

0 comments on commit 469d4bd

Please sign in to comment.