Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
streamlit==1.35.0
|
3 |
+
langgraph==0.2.53
|
4 |
+
langchain-groq==0.1.3
|
5 |
+
tavily-python==0.0.7
|
6 |
+
sqlite3==3.45.3
|
7 |
+
plotly==5.22.0
|
8 |
+
python-multipart==0.0.9
|