forked from 00dani/lemoncurry
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:
parent
23ab0c4329
commit
9d30534d1d
2 changed files with 2 additions and 2 deletions
2
Pipfile
2
Pipfile
|
@ -9,7 +9,7 @@ python_version = '3.6'
|
||||||
[packages]
|
[packages]
|
||||||
django = "*"
|
django = "*"
|
||||||
django-compressor = "*"
|
django-compressor = "*"
|
||||||
gunicorn = "*"
|
gunicorn = {extras = ["gevent"]}
|
||||||
"psycopg2" = "*"
|
"psycopg2" = "*"
|
||||||
pillow = "*"
|
pillow = "*"
|
||||||
python-memcached = "*"
|
python-memcached = "*"
|
||||||
|
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "ff6bfe755c0aaf4328e61d282a464f6bc86731fdd077f04aad1f0ebabacee6d6"
|
"sha256": "ae4dade055d59d05a11fdc8152e44a28786647649dc1f9e14049218ccefa5709"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
Loading…
Reference in a new issue