eventlet now

This commit is contained in:
Kenneth Reitz
2012-06-09 11:17:42 -04:00
parent 07e9afab24
commit c7a02cc3ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 eventlet -t 3 --name httpbin
+1 -1
View File
@@ -6,7 +6,7 @@ argparse==1.2.1
blinker==1.2
decorator==3.3.2
distribute==0.6.15
gevent==0.13.6
eventlet==0.9.16
greenlet==0.3.1
gunicorn==0.13.4
newrelic==1.2.1.265