diff --git a/api/requirements.txt b/api/requirements.txt index 48ec2fb..7f52866 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -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 \ No newline at end of file +webqueue2api @ git+https://github.itap.purdue.edu/ECN/webqueue2-api@1.0.1#egg=webqueue2api \ No newline at end of file