⬆ 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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user