From 888e1bb28cff469eb5bc84e11ce0f9b730ba4076 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 12 Jul 2021 15:22:25 -0400 Subject: [PATCH] Update requirements to point to new API package on GitHub --- api/requirements.txt | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) 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