# Development dependencies (NOT included in Docker images) # Type checking mypy>=1.7.0 types-redis>=4.6.0 types-requests>=2.31.0 # Testing utilities pytest>=7.4.0 pytest-asyncio>=0.21.0 pytest-minio-mock>=0.4 pytest-cov>=4.1.0 hypothesis>=6.88.0 # Code quality ruff>=0.1.0 black>=23.11.0 isort>=5.12.0 bandit>=1.7.0 safety>=2.3.0 # OpenTelemetry instrumentation (development only) opentelemetry-api>=1.21.0 opentelemetry-sdk>=1.21.0 opentelemetry-exporter-otlp-proto-grpc>=1.21.0 opentelemetry-instrumentation-fastapi>=0.42b0 opentelemetry-instrumentation-httpx>=0.42b0 opentelemetry-instrumentation-psycopg2>=0.42b0 opentelemetry-instrumentation-redis>=0.42b0