Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -5,3 +5,12 @@ tavily-python==0.5.1
|
|
5 |
plotly==5.22.0
|
6 |
python-multipart==0.0.9
|
7 |
langchain-community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
plotly==5.22.0
|
6 |
python-multipart==0.0.9
|
7 |
langchain-community
|
8 |
+
requests
|
9 |
+
langchain-groq
|
10 |
+
langchain-community
|
11 |
+
langgraph
|
12 |
+
langchain-core
|
13 |
+
pydantic>=1,<2
|
14 |
+
groq
|
15 |
+
tavily-python
|
16 |
+
python-dotenv
|