🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
# 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
|