# Development and Testing Dependencies
# Include production requirements
-r requirements.txt
# Testing framework
pytest
pytest-asyncio
pytest-cov
pytest-mock
black
flake8
mypy
isort
# Coverage reporting
coverage[toml]