jsonschema==4.4.0
boto3==1.21.38
backoff==1.11.1

[deploy]
twine

[dist]
setuptools
wheel

[docs]
sphinx
sphinx-rtd-theme
sphinx-automodapi
numpydoc

[lint]
flake8

[test]
pytest-asyncio
pytest-cov
moto[s3]
