# Core dependencies for multi-browser-crawler

# Browser automation - Playwright with Patchright for stealth
patchright>=1.52.0
playwright>=1.40.0
# Legacy Selenium support (optional, for migration)
undetected-chromedriver>=3.5.0
selenium>=4.15.0

# HTTP client for proxy testing and API calls
aiohttp>=3.8.0

# HTML parsing and processing
beautifulsoup4>=4.12.0
lxml>=4.9.0
html5lib>=1.1

# System monitoring and process management
psutil>=5.9.0
