Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langgraph>=0.2.50
|
| 2 |
+
langchain>=0.2.17
|
| 3 |
+
langchain-google-genai>=2.0.10
|
| 4 |
+
pydantic>=2.7.0
|
| 5 |
+
python-dotenv>=1.0.1
|
| 6 |
+
gradio>=4.44.0
|