# Development dependencies for Django JSON-RPC server
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.0.0
pytest-django>=4.5.0

# Code quality
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
