Skip to content

Commit

Permalink
Checking out gevent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faerbit committed Jun 23, 2015
1 parent bee0f32 commit 419bcf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn -k eventlet todo:app --log-file -
web: gunicorn -k gevent todo:app --log-file -
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
python:
version: 3.4.2
version: 2.7.9

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
decorator==3.4.2
eventlet==0.17.4
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
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.4.3
python-2.7.9

0 comments on commit 419bcf1

Please sign in to comment.