# Empathy Framework - Core Dependencies
# Fair Source License 0.9
# Copyright 2025 Deep Study AI, LLC
#
# For development installation, use: pip install -e .[dev]
# For full installation, use: pip install -e .[full]
# See pyproject.toml for all optional dependencies

# Core required dependencies (minimal to run framework)
pydantic>=2.0.0,<3.0.0
typing-extensions>=4.0.0,<5.0.0
python-dotenv>=1.0.0,<2.0.0
structlog>=23.0.0,<25.0.0
httpx>=0.27.0,<1.0.0
