Spaces:
Build error
Build error
Create requirements.txt
Browse files- 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
|