Cleaned requirements, added Procfile

This commit is contained in:
2012-06-09 01:22:44 +01:00
parent a5883af2d9
commit 422231d03f
2 changed files with 4 additions and 2 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: gunicorn app:app -b 0.0.0.0:$PORT

View File

@@ -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