From d2668edc66914040cef072edf2345551ccd6fcba Mon Sep 17 00:00:00 2001 From: Laurent Kretz Date: Sat, 25 Oct 2025 11:23:31 +0200 Subject: [PATCH] Add FastAPI and Uvicorn to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index a6154cd2..08ab64c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,5 @@ rich questionary langchain_anthropic langchain-google-genai +fastapi +uvicorn