Add gunicorn
This commit is contained in:
parent
40e5c60c39
commit
8c666b7f0b
|
@ -15,6 +15,7 @@ Flask-RESTful
|
|||
Flask-Script
|
||||
Flask-SQLAlchemy
|
||||
flask_replicated
|
||||
gunicorn
|
||||
inflection
|
||||
logmatic-python
|
||||
marshmallow-sqlalchemy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue