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

# Testing
pytest>=8.0.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
moto>=5.0.0              # Mock AWS services

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

# Core
psycopg2-binary>=2.9.11

# Testing providers
pymongo>=4.6.1
pika>=1.3.2
boto3>=1.34.0