add procfile and honcho

This commit is contained in:
codl 2017-08-03 21:46:21 +02:00
parent a7e414bae2
commit f0532efdf9
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
2 changed files with 10 additions and 0 deletions

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
web: gunicorn -w 6 -b 127.0.0.1:42157 forget:app
worker: python tasks.py -B

View File

@ -1,17 +1,25 @@
alembic==0.9.3
amqp==2.2.1
billiard==3.5.0.3
celery==4.1.0
click==6.7
Flask==0.12.2
Flask-Migrate==2.0.4
Flask-Script==2.0.5
Flask-SQLAlchemy==2.2
gunicorn==19.7.1
honcho==1.0.1
itsdangerous==0.24
Jinja2==2.9.6
kombu==4.1.0
Mako==1.0.6
MarkupSafe==1.0
psycopg2==2.7.1
python-dateutil==2.6.0
python-editor==1.0.3
pytz==2017.2
six==1.10.0
SQLAlchemy==1.1.11
twitter==1.17.1
vine==1.1.4
Werkzeug==0.12.2