From f1ee767f9d82542ea271aee0e2886b4c86fc39f2 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Mon, 17 Nov 2014 15:55:30 +0100 Subject: [PATCH] Add Gunicorn to requirements. Also fix call to gunicorn. --- Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 538ca43..997bb9f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app --log-file - +web: gunicorn app:app --log-file - diff --git a/requirements.txt b/requirements.txt index 341da8d..2bf2926 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ python-geohash==0.8.5 bottle==0.12.7 +gunicorn==19.0.0