Install uvicorn[standard] instead of uvicorn
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user