# Core Dependencies
selenium>=4.18.1
webdriver-manager>=4.0.1
undetected-chromedriver>=3.5.0
requests>=2.28.0
beautifulsoup4>=4.11.0
lxml>=4.9.0

# Data Processing
pandas>=1.5.0
numpy>=1.22.0

# Async Support
aiohttp>=3.8.0

# Configuration
pyyaml>=6.0

# Logging & Monitoring
tqdm>=4.64.0

# Testing
pytest>=7.0.0
pytest-mock>=3.10.0

# Development
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0