File size: 196 Bytes
3367cd0
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Core application and AI
gradio
google-generativeai
python-dotenv

# For asynchronous HTTP requests (essential for performance)
aiohttp
async-timeout

# For parsing some API responses
lxml
pandas