Install uvicorn with websocket support
This commit is contained in:
parent
e28286c15a
commit
acefdfb3e6
2 changed files with 196 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ asgiref = "3.3.4" #1516
|
|||
ipython = "~=7.27.0"
|
||||
python-ldap = "~=3.3.0"
|
||||
django-auth-ldap = "~=3.0.0"
|
||||
uvicorn = "~=0.14.0"
|
||||
uvicorn = {version = "~=0.14.0", extras = ["standard"]}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "~=3.9.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue