From 6746140ea31c9f3a2d1b098f8c9cbb70cb3b86b7 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Thu, 25 Feb 2021 16:35:17 -0500 Subject: Update requirements and add flask-sqlalchemy --- requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8b69505..7e8c448 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ +click==7.1.2 Flask==1.1.2 -gunicorn==20.0.4 -pylint==2.6.0 -pylint-quotes==0.2.1 -requests==2.24.0 -beautifulsoup4==4.9.3 \ No newline at end of file +Flask-SQLAlchemy==2.4.4 +itsdangerous==1.1.0 +Jinja2==2.11.3 +MarkupSafe==1.1.1 +SQLAlchemy==1.3.23 +Werkzeug==1.0.1 -- cgit v1.2.3