From e4c664674b65b410f323cd699dd53c0963b55e85 Mon Sep 17 00:00:00 2001 From: Dennis Rall Date: Mon, 27 May 2024 09:19:05 +0200 Subject: [PATCH] chore: add fastapi to client extra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b803c412..402e4a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ sse-starlette = "^1.3.0" [tool.poetry.extras] # Extras that are used for client -client = [] +client = ["fastapi"] # Extras that are used for server server = ["sse-starlette", "fastapi"] # All