Skip to content

Commit

Permalink
Add gunicorn to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
staeff committed Mar 1, 2022
1 parent ca4ec83 commit f7dcd87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Flask
Flask-Cors
Flask-SQLAlchemy
gunicorn
psycopg2-binary
pip-tools
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ flask-sqlalchemy==2.5.1
# via -r requirements.in
greenlet==1.1.2
# via sqlalchemy
gunicorn==20.1.0
# via -r requirements.in
itsdangerous==2.1.0
# via flask
jinja2==3.0.3
Expand Down

0 comments on commit f7dcd87

Please sign in to comment.