Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1,2 +1,13 @@
|
|
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core libraries for the app
|
2 |
gradio
|
3 |
+
pandas
|
4 |
+
requests
|
5 |
+
python-dotenv
|
6 |
+
|
7 |
+
# Agent framework and tools
|
8 |
+
langchain
|
9 |
+
langgraph
|
10 |
+
langchain-google-genai
|
11 |
+
langchain-community
|
12 |
+
tavily-python
|
13 |
+
numexpr
|