mirror of
https://github.com/codl/forget
synced 2024-12-26 07:04:59 +01:00
add procfile and honcho
This commit is contained in:
parent
a7e414bae2
commit
f0532efdf9
2
Procfile
Normal file
2
Procfile
Normal file
@ -0,0 +1,2 @@
|
||||
web: gunicorn -w 6 -b 127.0.0.1:42157 forget:app
|
||||
worker: python tasks.py -B
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user