# 10-seo-technical-audit dependencies
# Install: pip install -r requirements.txt

# Web Scraping & Parsing
lxml>=5.1.0
beautifulsoup4>=4.12.0
requests>=2.31.0
aiohttp>=3.9.0

# Async & Retry
tenacity>=8.2.0
tqdm>=4.66.0

# Environment & CLI
python-dotenv>=1.0.0
rich>=13.7.0
typer>=0.9.0
