Add Procfile for heroku
This commit is contained in:
parent
23303bdb3f
commit
e7b24a3e75
2 changed files with 6 additions and 0 deletions
2
Procfile
Normal file
2
Procfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
release: python manage.py migrate
|
||||
web: gunicorn app:app
|
|
@ -1,16 +1,20 @@
|
|||
alembic==0.9.9
|
||||
click==6.7
|
||||
Flask==0.12.2
|
||||
Flask-API==1.0
|
||||
Flask-JWT==0.3.2
|
||||
Flask-Migrate==2.1.1
|
||||
Flask-MQTT==1.0.3
|
||||
Flask-Script==2.0.6
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
gunicorn==19.8.1
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.0
|
||||
paho-mqtt==1.3.1
|
||||
psycopg2==2.7.4
|
||||
PyJWT==1.4.2
|
||||
python-dateutil==2.7.2
|
||||
python-editor==1.0.3
|
||||
six==1.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue