Files
our-claude-skills/custom-skills/10-seo-technical-audit/code/scripts/requirements.txt
Andrew Yim 236be6c580 directory changes and restructuring
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:01:41 +09:00

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