Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -6,4 +6,7 @@ plotly==5.22.0
|
|
6 |
python-multipart==0.0.9
|
7 |
protobuf==3.20.3
|
8 |
langgraph.checkpoint.sqlite
|
9 |
-
langchain_community
|
|
|
|
|
|
|
|
6 |
python-multipart==0.0.9
|
7 |
protobuf==3.20.3
|
8 |
langgraph.checkpoint.sqlite
|
9 |
+
langchain_community
|
10 |
+
sqlite3==3.45.3
|
11 |
+
phonenumbers==8.13.22
|
12 |
+
python-multipart==0.0.9
|