Krishna172912 commited on
Commit
38c1fa6
·
unverified ·
1 Parent(s): 75bb567

Add FastAPI to requirements.txt

Browse files

Add FastAPI and its standard dependencies to requirements.

Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -7,6 +7,8 @@ langchain-community==0.4.1
7
  langchain-google-genai==4.2.1
8
  langgraph==1.1.6
9
  google-genai==1.70.0
 
 
10
 
11
  # --- Vector Database & Embeddings ---
12
  langchain-chroma==1.1.0
 
7
  langchain-google-genai==4.2.1
8
  langgraph==1.1.6
9
  google-genai==1.70.0
10
+ fastapi
11
+ fastapi[standard]
12
 
13
  # --- Vector Database & Embeddings ---
14
  langchain-chroma==1.1.0