diff --git a/Procfile b/Procfile index e69de29..f850d2e 100644 --- a/Procfile +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn splenda:app -b 0.0.0.0:$PORT -w 4 -k gevent -t 3 --name travis-lite \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index fbeab7e..c661328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,6 @@ greenlet==0.3.4 gunicorn==0.14.3 pylibmc==1.2.3 raven==1.9.4 +setproctitle==1.1.6 simplejson==2.4.0 wsgiref==0.1.2