singer-python~=5.0
aiohttp~=3.0

[deploy]
twine

[dist]
build

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

[lint]
flake8

[static]
mypy

[test]
pytest-asyncio
pytest-cov
