Add Gunicorn to requirements.

Also fix call to gunicorn.
This commit is contained in:
Kevin Dungs 2014-11-17 15:55:30 +01:00
parent c08ef2d10c
commit f1ee767f9d
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
web: gunicorn app --log-file -
web: gunicorn app:app --log-file -

View File

@ -1,2 +1,3 @@
python-geohash==0.8.5
bottle==0.12.7
gunicorn==19.0.0