From 5ebdbc0948a014638d500c9bac7f074de9f63285 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 20 Oct 2011 22:20:52 -0400 Subject: [PATCH] gunicorn --- Procfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 0ee4503..e377596 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python run_httpbin.py $PORT \ No newline at end of file +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3173e78..31a1498 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ distribute==0.6.15 wsgiref==0.1.2 decorator==3.3.2 omnijson==0.1.2 -gevent \ No newline at end of file +gunicorn==0.12.2 \ No newline at end of file