Skill Numbering Changes: - 01-03: OurDigital core (was 30-32) - 31-32: Notion tools (was 01-02) - 99_archive: Renamed from _archive for sorting New Files: - AGENTS.md: Claude Code agent routing guide - requirements.txt for 00-claude-code-setting, 32-notion-writer, 43-jamie-youtube-manager Documentation Updates: - CLAUDE.md: Updated skill inventory (23 skills) - AUDIT_REPORT.md: Current completion status (91%) - Archived REFACTORING_PLAN.md (most tasks complete) Removed: - ga-agent-skills/ (moved to separate repo ~/Project/dintel-ga4-agent) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
41 lines
637 B
Plaintext
41 lines
637 B
Plaintext
# OurDigital SEO Audit - Python Dependencies
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
# Google APIs
|
|
google-api-python-client>=2.100.0
|
|
google-auth>=2.23.0
|
|
google-auth-oauthlib>=1.1.0
|
|
google-auth-httplib2>=0.1.1
|
|
google-analytics-data>=0.18.0
|
|
|
|
# Notion API
|
|
notion-client>=2.0.0
|
|
|
|
# Web Scraping & Parsing
|
|
lxml>=5.1.0
|
|
beautifulsoup4>=4.12.0
|
|
extruct>=0.16.0
|
|
requests>=2.31.0
|
|
aiohttp>=3.9.0
|
|
|
|
# Schema Validation
|
|
jsonschema>=4.21.0
|
|
rdflib>=7.0.0
|
|
|
|
# Google Trends
|
|
pytrends>=4.9.2
|
|
|
|
# Data Processing
|
|
pandas>=2.1.0
|
|
|
|
# Async & Retry
|
|
tenacity>=8.2.0
|
|
tqdm>=4.66.0
|
|
|
|
# Environment
|
|
python-dotenv>=1.0.0
|
|
|
|
# Logging & CLI
|
|
rich>=13.7.0
|
|
typer>=0.9.0
|