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