ALChad commited on
Commit
5e5c02c
·
verified ·
1 Parent(s): 47a60a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -1
requirements.txt CHANGED
@@ -1,2 +1,13 @@
 
1
  gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
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