# Agent Orchestration - Development Dependencies

# Include core dependencies
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0

# Type checking
mypy>=1.5.0

# Linting and formatting
ruff>=0.1.0
black>=23.0.0

# Pre-commit hooks
pre-commit>=3.5.0
