Add Procfile for heroku

master
esensar 2018-05-03 20:50:51 +02:00
parent 23303bdb3f
commit e7b24a3e75
2 changed files with 6 additions and 0 deletions

2
Procfile 100644
View File

@ -0,0 +1,2 @@
release: python manage.py migrate
web: gunicorn app:app

View File

@ -1,16 +1,20 @@
alembic==0.9.9 alembic==0.9.9
click==6.7 click==6.7
Flask==0.12.2 Flask==0.12.2
Flask-API==1.0
Flask-JWT==0.3.2
Flask-Migrate==2.1.1 Flask-Migrate==2.1.1
Flask-MQTT==1.0.3 Flask-MQTT==1.0.3
Flask-Script==2.0.6 Flask-Script==2.0.6
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
gunicorn==19.8.1
itsdangerous==0.24 itsdangerous==0.24
Jinja2==2.10 Jinja2==2.10
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.0 MarkupSafe==1.0
paho-mqtt==1.3.1 paho-mqtt==1.3.1
psycopg2==2.7.4 psycopg2==2.7.4
PyJWT==1.4.2
python-dateutil==2.7.2 python-dateutil==2.7.2
python-editor==1.0.3 python-editor==1.0.3
six==1.11.0 six==1.11.0