From 9d30534d1d500a8a4111e9ca7df94d4bd7c76afd Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 24 Apr 2018 11:31:30 +1000 Subject: [PATCH] Explicitly depend on the gevent extra for Gunicorn, since we make a lot of HTTP requests and so absolutely need async workers --- Pipfile | 2 +- Pipfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 6de67e4..8718bd4 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ python_version = '3.6' [packages] django = "*" django-compressor = "*" -gunicorn = "*" +gunicorn = {extras = ["gevent"]} "psycopg2" = "*" pillow = "*" python-memcached = "*" diff --git a/Pipfile.lock b/Pipfile.lock index ae8c207..3c7d532 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ff6bfe755c0aaf4328e61d282a464f6bc86731fdd077f04aad1f0ebabacee6d6" + "sha256": "ae4dade055d59d05a11fdc8152e44a28786647649dc1f9e14049218ccefa5709" }, "pipfile-spec": 6, "requires": {