From f0532efdf9e0c38bcee57529415415f0ba540f96 Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 3 Aug 2017 21:46:21 +0200 Subject: [PATCH] add procfile and honcho --- Procfile | 2 ++ requirements.txt | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e3b833c --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: gunicorn -w 6 -b 127.0.0.1:42157 forget:app +worker: python tasks.py -B diff --git a/requirements.txt b/requirements.txt index c54a379..4d4ac30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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