From 422231d03ffdc8e7b6b8316d4258b5330c9d95fd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 9 Jun 2012 01:22:44 +0100 Subject: [PATCH] Cleaned requirements, added Procfile --- Procfile | 1 + requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..9543a96 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app -b 0.0.0.0:$PORT diff --git a/requirements.txt b/requirements.txt index 8a23728..ed23cdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -flask --e git+https://github.com/nikdoof/eveapi.git#egg=eveapi +Flask==0.7.2 +-e git+https://github.com/nikdoof/eveapi.git@55e614528a41a6e05cf316238efd1ea0b1c34028#egg=eveapi-dev +gunicorn==0.14.3