Merge pull request #3 from kdungs/webservice

Add Gunicorn to requirements.
This commit is contained in:
Tim Head 2014-11-17 16:12:32 +01:00
commit 2b514a981d
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