diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-02-25 16:35:17 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-02-25 16:35:17 -0500 |
commit | 6746140ea31c9f3a2d1b098f8c9cbb70cb3b86b7 (patch) | |
tree | 42a769c688aef30092450d5c80d15f3484c2e3f6 /requirements.txt | |
parent | b53bfac995c843f3595a816878a14fbfc0fbfef0 (diff) |
Update requirements and add flask-sqlalchemy
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 7 insertions, 5 deletions
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 |