Add gunicorn
This commit is contained in:
parent
40e5c60c39
commit
8c666b7f0b
|
@ -15,6 +15,7 @@ Flask-RESTful
|
||||||
Flask-Script
|
Flask-Script
|
||||||
Flask-SQLAlchemy
|
Flask-SQLAlchemy
|
||||||
flask_replicated
|
flask_replicated
|
||||||
|
gunicorn
|
||||||
inflection
|
inflection
|
||||||
logmatic-python
|
logmatic-python
|
||||||
marshmallow-sqlalchemy
|
marshmallow-sqlalchemy
|
||||||
|
|
|
@ -42,6 +42,8 @@ flask-script==2.0.6
|
||||||
# manual debug
|
# manual debug
|
||||||
flask-sqlalchemy==2.4.4
|
flask-sqlalchemy==2.4.4
|
||||||
# manual debug
|
# manual debug
|
||||||
|
gunicorn==20.0.4
|
||||||
|
# manual debug
|
||||||
inflection==0.5.1
|
inflection==0.5.1
|
||||||
# manual debug
|
# manual debug
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
|
|
Loading…
Reference in New Issue