File size: 500 Bytes
bb64a06
cb5f8c6
bb64a06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# requirements.txt
gradio
requests
pandas
langchain
langchain-openai
langchain-community
langchain-experimental # For PythonAstREPLTool potentially
duckduckgo-search
wikipedia
python-chess
lxml # Often needed by wikipedia/web scraping tools
openpyxl # For reading .xlsx files with pandas
ffmpeg-python # or ensure ffmpeg is installed system-wide for audio processing
tiktoken # often needed by langchain/openai
tavily-python # Optional, but good search API
beautifulsoup4 # For HTML parsing if needed