# emoTwin Python Dependencies
# Note: emoPAD service is built-in, no external skill needed

# HTTP requests for API calls
requests>=2.28.0

# Configuration file parsing
pyyaml>=6.0

# Image generation for diary cards
pillow>=9.0.0

# Optional: for HTML diary templates (fallback)
# jinja2>=3.1.0
