# OurDigital Skills - Claude Code Requirements
# Dependencies specific to Claude Code environment

-r base.txt

# Anthropic SDK (for programmatic Claude access)
anthropic>=0.18.0

# Ghost CMS integration
# ghost-admin-api>=0.1.0  # If available, or use requests

# SEO tools
beautifulsoup4>=4.12.0
lxml>=4.9.0

# Web scraping (for research skills)
aiohttp>=3.9.0

# Data analysis
pandas>=2.1.0

# Template rendering
jinja2>=3.1.0
