Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
fastapi==0.109.0
|
3 |
+
uvicorn==0.27.0
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
langchain-groq==0.0.3
|
6 |
+
langchain-community==0.0.19
|
7 |
+
langgraph==0.0.15
|
8 |
+
langchain==0.1.5
|
9 |
+
requests==2.31.0
|