Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
pandas
|
4 |
+
groq
|
5 |
+
# --- New Libraries for the Agent ---
|
6 |
+
langchain
|
7 |
+
langchain-groq
|
8 |
+
langchain-community
|
9 |
+
tavily-python
|