Install uvicorn[standard] instead of uvicorn

This commit is contained in:
2022-04-19 17:12:39 +02:00
parent 64afda5662
commit 34d90fb885
3 changed files with 204 additions and 4 deletions

View File

@ -17,7 +17,7 @@ discord-webhook = "^0.15.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"
Jinja2 = "^3.1.1"
uvicorn = "^0.17.6"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
[build-system]
requires = ["poetry-core>=1.0.0"]