version1 / requirements.txt
krishna3103's picture
Upload 9 files
b56d4a6 verified
raw
history blame contribute delete
422 Bytes
# API Clients
google-generativeai==0.8.3
google-search-results==2.4.2
# Data Processing
pandas==2.2.3
numpy==2.2.0
# Web Scraping
beautifulsoup4==4.12.3
requests==2.32.3
# Progress Bars and Utils
tqdm==4.67.1
ratelimit==2.2.1
# Date and Time
python-dateutil==2.9.0
# Output Formatting
tabulate==0.9.0 # For nice DataFrame display
# Optional but recommended for better HTML parsing
lxml==5.3.0