# Development dependencies
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
moto[ec2]>=5.0.0

# Code quality
mypy>=1.8.0
black>=23.12.0
flake8>=7.0.0
isort>=5.13.0

# Pre-commit hooks
pre-commit>=3.6.0

# Type stubs
boto3-stubs[ec2]>=1.34.0
types-python-dateutil>=2.8.0