Switch from uvicorn to gunicorn

This commit is contained in:
Andrey Golovizin 2020-03-09 20:32:08 +01:00
parent 0787a6e10f
commit 59f2add67f
7 changed files with 86 additions and 164 deletions

View file

@ -3,7 +3,6 @@ aldryn-forms==4.0.1
cachetools==4.0.0
certifi==2019.11.28
chardet==3.0.4
Click==7.0
cssselect==1.1.0
cssutils==1.0.2
Django==2.1.15
@ -12,11 +11,11 @@ django-appconf==1.0.3
django-classy-tags==1.0.0
django-cms==3.7.1
django-emailit==0.2.4
django-filer==1.6.0
django-filer==1.7.0
django-formtools==2.2
django-js-asset==1.2.2
django-mptt==0.11.0
django-polymorphic==2.0.3
django-polymorphic==2.1.2
django-ranged-response==0.2.0
django-sekizai==1.1.0
django-simple-captcha==0.5.12
@ -37,24 +36,20 @@ djangocms-text-ckeditor==3.8.0
djangocms-video==2.2.0
easy-thumbnails==2.7
et-xmlfile==1.0.1
h11==0.9.0
gunicorn==20.0.4
html5lib==1.0.1
httptools==0.0.13
idna==2.8
idna==2.9
jdcal==1.4.1
lxml==4.5.0
openpyxl==2.4.9
Pillow==7.0.0
premailer==3.6.1
pytz==2019.3
requests==2.22.0
setuptools-scm==3.4.3
requests==2.23.0
setuptools-scm==3.5.0
six==1.14.0
tablib==1.0.0
Unidecode==1.0.23
tablib==1.1.0
Unidecode==1.1.1
urllib3==1.25.8
uvicorn==0.11.2
uvloop==0.14.0
webencodings==0.5.1
websockets==8.1
YURL==1.0.0