From 47e071538ddbe100db93ec4a8059b166d9ebd2e5 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 30 Dec 2020 15:13:54 -0500 Subject: [PATCH] Update Python requirements to fix Flask_JWT_Extended and PyJWT --- api/requirements.txt | 61 ++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 42 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 460d5f6..59e3e3c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,42 +1,19 @@ -aniso8601==8.0.0 -astroid==2.4.2 -click==7.1.2 -Flask==1.1.2 -Flask-JWT-Extended==3.24.1 -Flask-RESTful==0.3.8 -future==0.18.2 -gunicorn==20.0.4 -importlib-metadata==3.3.0 -isort==4.3.21 -itsdangerous==1.1.0 -Jinja2==2.11.2 -joblib==1.0.0 -lazy-object-proxy==1.4.3 -livereload==2.6.3 -lunr==0.5.8 -Markdown==3.3.3 -MarkupSafe==1.1.1 -mccabe==0.6.1 -mkautodoc==0.1.0 -mkdocs==1.1.2 -mkdocs-material==6.2.2 -mkdocs-material-extensions==1.0.1 -nltk==3.5 -Pygments==2.7.3 -PyJWT==2.0.0 -pylint==2.5.3 -pymdown-extensions==8.0.1 -python-dateutil==2.8.1 -python-dotenv==0.15.0 -pytz==2020.1 -PyYAML==5.3.1 -regex==2020.11.13 -six==1.15.0 -toml==0.10.1 -tornado==6.1 -tqdm==4.54.1 -typed-ast==1.4.1 -typing-extensions==3.7.4.3 -Werkzeug==1.0.1 -wrapt==1.12.1 -zipp==3.4.0 +# 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 +# Prevent upgrade to 2.x until Flask-JWT-Extended is updated to support it +PyJWT == 1.* + +# API Documentation +mkdocs +mkdocs-material +mkautodoc \ No newline at end of file