Explicitly depend on the gevent extra for Gunicorn, since we make a lot of HTTP requests and so absolutely need async workers

This commit is contained in:
Danielle McLean 2018-04-24 11:31:30 +10:00
parent 23ab0c4329
commit 9d30534d1d
Signed by untrusted user: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ python_version = '3.6'
[packages]
django = "*"
django-compressor = "*"
gunicorn = "*"
gunicorn = {extras = ["gevent"]}
"psycopg2" = "*"
pillow = "*"
python-memcached = "*"