# Development and test dependencies
-r ./requirements.txt

# Essential testing
pytest>=8.4.1
pytest-cov>=6.2.1
pytest-asyncio>=0.23.8

# Code quality (configs in local_development/)
ruff>=0.4.0
mypy>=1.17.0

# Type stubs for mypy
types-PyYAML>=6.0.12

# Documentation
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.24.0
