xarray>=2023.1.0
numpy>=1.24.0
pydantic>=2.0.0
scipy>=1.10.0

[celery]
celery>=5.0.0

[dev]
muflow[celery,s3,test]
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
flake8>=6.0.0
flake8-bugbear>=23.0.0

[s3]
boto3>=1.26.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
moto[s3]>=4.0.0
celery>=5.0.0
