Skip to content

Commit

Permalink
https://github.com/miguelgrinberg/Flask-SocketIO/issues/93
Browse files Browse the repository at this point in the history
  • Loading branch information
domspad committed Jun 5, 2016
1 parent 4b13abf commit 1af5b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn stackoh.server --log-file -
web: gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker --log-file=- stackoh.server:app
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.11
Flask-SocketIO==2.4
Flask-SocketIO==0.6.0
requests==2.6.0
gunicorn==19.6.0
gunicorn==0.16.1

0 comments on commit 1af5b09

Please sign in to comment.