From d3a8758b6b87e7e36c18c44dcace0b0066becc8d Mon Sep 17 00:00:00 2001 From: omprakash7218 Date: Sat, 25 Jul 2026 04:44:01 +0000 Subject: [PATCH] Remove redundant uvicorn[standard] from optional-dependencies. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f2fb86e..ce2f3cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,7 @@ dependencies = [ [project.optional-dependencies] standard = [ - "uvicorn[standard] >= 0.15.0", - "fastapi-cloud-cli >= 0.1.1", + "fastapi-cloud-cli >= 0.1.1" ] standard-no-fastapi-cloud-cli = [ "uvicorn[standard] >= 0.15.0",