Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
|
2 |
-
phonenumbers==8.13.22
|
3 |
-
python-multipart==0.0.9
|
4 |
streamlit==1.35.0
|
5 |
langgraph==0.2.53
|
6 |
langchain-groq==0.1.4
|
7 |
tavily-python==0.5.1
|
8 |
plotly==5.22.0
|
9 |
python-multipart==0.0.9
|
10 |
-
|
11 |
-
langchain-community==0.3.17
|
12 |
-
langgraph-checkpoint-sqlite==2.0.3
|
13 |
-
pydantic==1.10.13
|
|
|
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 |
plotly==5.22.0
|
7 |
python-multipart==0.0.9
|
8 |
+
langchain-community==0.3.17
|
|
|
|
|
|