singer-python==5.12.2
aiohttp==3.8.1

[deploy]
twine

[dist]
build

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

[lint]
flake8

[static]
mypy

[test]
pytest-asyncio
pytest-cov
