From 619b230e47761f8e0bd1cbd86d4045771e89cb9c Mon Sep 17 00:00:00 2001 From: alm Date: Mon, 11 Mar 2024 19:45:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Add=20`uvicorn[standard]=20to=20inc?= =?UTF-8?q?lude=20`watchgod`=20and=20`uvloop`=20(#438)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AlonMenczer Co-authored-by: Sebastián Ramírez --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 04f4685..09b7d18 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Admin "] [tool.poetry.dependencies] python = "^3.10" -uvicorn = "^0.24.0.post1" +uvicorn = {extras = ["standard"], version = "^0.24.0.post1"} fastapi = "^0.104.1" python-multipart = "^0.0.6" email-validator = "^2.1.0.post1"