From 9b19d1ded643b08ff6df04b367a46c24e70dff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 1 Aug 2024 23:02:01 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Keep=20Uvicorn=20in=20default=20dep?= =?UTF-8?q?endencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 37bbc259..3f319e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ ] dependencies = [ "typer >= 0.12.3", + "uvicorn[standard] >= 0.15.0", ] [project.optional-dependencies]