Add runserver-uvicorn command

This commit is contained in:
Andrey Golovizin 2020-02-08 14:09:28 +01:00
parent a9f51afeb7
commit d8cdf6c140
6 changed files with 144 additions and 1 deletions

View file

@ -3,6 +3,7 @@ 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
@ -36,7 +37,9 @@ djangocms-text-ckeditor==3.8.0
djangocms-video==2.2.0
easy-thumbnails==2.7
et-xmlfile==1.0.1
h11==0.9.0
html5lib==1.0.1
httptools==0.0.13
idna==2.8
jdcal==1.4.1
lxml==4.5.0
@ -50,5 +53,8 @@ six==1.14.0
tablib==1.0.0
Unidecode==1.0.23
urllib3==1.25.8
uvicorn==0.11.2
uvloop==0.14.0
webencodings==0.5.1
websockets==8.1
YURL==1.0.0