# Email Report Agent Dependencies

# Core framework
kaygraph>=0.0.1

# Optional: For production email sending
# Install only if you need actual SMTP functionality
# (The example works with mock email sending by default)

# Optional: Chart generation
matplotlib>=3.5.0  # For generating charts
# pillow>=9.0.0   # For image processing

# Optional: Advanced template rendering
# jinja2>=3.0.0   # For advanced templating

# Optional: Database integration
# psycopg2-binary>=2.9.0  # PostgreSQL
# sqlalchemy>=1.4.0       # ORM

# Optional: API integrations
# requests>=2.28.0        # HTTP requests

# Optional: HTML to text conversion
# html2text>=2020.1.16    # Better plain text conversion
