diff --git a/Pipfile b/Pipfile index f4aee4e..8cef6dd 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,7 @@ verify_ssl = true gunicorn = "*" decorator = "*" brotlipy = "*" +gevent = "*" Flask = "*" [packages.raven] diff --git a/Pipfile.lock b/Pipfile.lock index f527bc2..9d7db15 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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" }, diff --git a/Procfile b/Procfile index 5e50d67..f19c606 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app --log-file - +web: gunicorn httpbin:app --log-file - -k gevent