# Testing framework and coverage
pytest>=7.4.0
pytest-cov>=4.1.0

# Code quality and formatting
ruff>=0.1.0

# Development dependencies (optional)
black>=23.0.0  # Alternative formatter
mypy>=1.5.0    # Type checking
