Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
# requirements.txt
|
2 |
streamlit==1.35.0
|
3 |
langgraph==0.2.53
|
4 |
-
langchain-groq==0.1.4
|
5 |
-
tavily-python==0.5.1
|
6 |
-
sqlite3==3.45.3
|
7 |
plotly==5.22.0
|
8 |
python-multipart==0.0.9
|
9 |
-
|
|
|
|
|
1 |
streamlit==1.35.0
|
2 |
langgraph==0.2.53
|
3 |
+
langchain-groq==0.1.4
|
4 |
+
tavily-python==0.5.1
|
|
|
5 |
plotly==5.22.0
|
6 |
python-multipart==0.0.9
|
7 |
+
protobuf==3.20.3
|