# Development requirements
# Install with: pip install -r requirements-dev.txt

-r requirements.txt

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Linting & Type checking
ruff>=0.1.0
mypy>=1.0.0
