Maximofn commited on
Commit
f773f96
·
verified ·
1 Parent(s): 6fd252e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ requests
4
+ pydantic>=2.0.0
5
+ langchain
6
+ langchain-huggingface
7
+ langchain-core
8
+ langgraph > 0.2.27
9
+ python-dotenv.2.11