Skip to content

Commit

Permalink
Add gevent back to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Jan 21, 2012
1 parent bd19ced commit 8c9b80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app
web: gunicorn -w 4 -b "0.0.0.0:$PORT" -k gevent app:app
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ flask-sqlalchemy
# ----------------------
# Production Server
# ----------------------
gevent
gunicorn

0 comments on commit 8c9b80f

Please sign in to comment.