# Core dependencies
celery>=5.3.0
redis>=4.5.0
typer>=0.9.0
rich>=13.0.0
pyyaml>=6.0
croniter>=1.4.0

# Database adapters (client libraries)
# Uncomment based on your needs:
# psycopg2-binary>=2.9.0  # PostgreSQL
# pymongo>=4.5.0           # MongoDB
# mysql-connector-python>=8.1.0  # MySQL

# Cloud storage (optional)
# boto3>=1.28.0           # AWS S3
# google-cloud-storage>=2.10.0  # Google Cloud Storage

# Development dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.7.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.5.0
