⬆ Add uvicorn[standard] to include watchgod and uvloop` (#438)

Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
alm
2024-03-11 19:45:10 +02:00
committed by GitHub
parent 4617e2e7e4
commit 619b230e47

View File

@@ -6,7 +6,7 @@ authors = ["Admin <admin@example.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
uvicorn = "^0.24.0.post1" uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
fastapi = "^0.104.1" fastapi = "^0.104.1"
python-multipart = "^0.0.6" python-multipart = "^0.0.6"
email-validator = "^2.1.0.post1" email-validator = "^2.1.0.post1"