Skip to content

Commit

Permalink
Changing back to synced workers so that it works on python 2 and 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faerbit committed Jun 25, 2015
1 parent 419bcf1 commit 11aee2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn -k gevent todo:app --log-file -
web: gunicorn todo:app --log-file -
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ decorator==3.4.2
Flask==0.10.1
Flask-Cors==2.0.1
Flask-SQLAlchemy==2.0
gevent==1.0.2
greenlet==0.4.7
gunicorn==19.3.0
itsdangerous==0.24
Jinja2==2.7.3
Expand Down

0 comments on commit 11aee2c

Please sign in to comment.