Explicitly depend on gevent, since apparently depending on it as a Gunicorn 'extra' might not install it :/

This commit is contained in:
Danielle McLean 2018-04-26 10:22:02 +10:00
parent 6f84023f8c
commit 092cd5ca18
Signed by untrusted user: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 62 additions and 4 deletions

View file

@ -44,5 +44,6 @@ django-computed-property = "*"
docutils = "*"
django-super-favicon = "*"
django-redis = "*"
gevent = "*"
[dev-packages]