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

[all]
psycopg2-binary>=2.9.0
mysql-connector-python>=8.1.0
pymongo>=4.5.0
boto3>=1.28.0
google-cloud-storage>=2.10.0

[dev]
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
build>=0.10.0
twine>=4.0.0

[gcs]
google-cloud-storage>=2.10.0

[mongodb]
pymongo>=4.5.0

[mysql]
mysql-connector-python>=8.1.0

[postgres]
psycopg2-binary>=2.9.0

[s3]
boto3>=1.28.0
