Install uvicorn with websocket support

This commit is contained in:
Georg Krause 2022-01-23 10:19:20 +01:00
commit acefdfb3e6
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
2 changed files with 196 additions and 2 deletions

View file

@ -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"