# Database and ORM
SQLAlchemy>=1.4
psycopg2>=2.9

# TimescaleDB (PostgreSQL extension)
timescaledb-client

# Caching and Message Queues
redis==2.8.0
pika>=1.3

# HTTP Requests
requests>=2.25

# Configuration Management and Validation
pydantic>=1.10
kubernetes>=25.0.0  # For accessing ConfigMaps and Secrets in Kubernetes

# Utilities
circuitbreaker>=1.3

# Logging and Debugging
logging

# Testing
pytest>=7.0