use gevent

This commit is contained in:
2017-03-19 21:58:17 -04:00
parent 8ad85bf12a
commit c8bcbb944c
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ verify_ssl = true
gunicorn = "*"
decorator = "*"
brotlipy = "*"
gevent = "*"
Flask = "*"
[packages.raven]
Generated
+7 -1
View File
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "53116ad7b310b08706e5c73063a39d06acc144ee22cf0dc9783758e69556b76a"
"sha256": "972fd2dc19c6b6f8a5b832bf8f656be3971b6e096d09af9926d049c046629ef6"
},
"requires": {},
"sources": [
@@ -45,6 +45,12 @@
"enum34": {
"version": "==1.1.6"
},
"gevent": {
"version": "==1.2.1"
},
"greenlet": {
"version": "==0.4.12"
},
"gunicorn": {
"version": "==19.7.0"
},
+1 -1
View File
@@ -1 +1 @@
web: gunicorn httpbin:app --log-file -
web: gunicorn httpbin:app --log-file - -k gevent