# Minimal requirements without MCP (works with Python 3.14)
# Use this if you want to use the scraper as a library only

# Web Scraping
playwright==1.48.0
beautifulsoup4==4.12.3
lxml==5.3.0

# Environment Configuration
python-dotenv==1.0.1

# HTTP Requests
requests==2.32.3

# Date/Time Handling
python-dateutil==2.9.0.post0

# Logging
colorlog==6.9.0
