Add gunicorn

This commit is contained in:
Jasmine Schladen 2021-02-17 13:53:22 -08:00
parent 40e5c60c39
commit 8c666b7f0b
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Flask-RESTful
Flask-Script
Flask-SQLAlchemy
flask_replicated
gunicorn
inflection
logmatic-python
marshmallow-sqlalchemy

View File

@ -42,6 +42,8 @@ flask-script==2.0.6
# manual debug
flask-sqlalchemy==2.4.4
# manual debug
gunicorn==20.0.4
# manual debug
inflection==0.5.1
# manual debug
jinja2==2.11.3