# Core dependencies for multi-browser-crawler

# Browser automation
playwright>=1.40.0
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
