# The runtime dependencies of the framework, as if via `pip install kopf`.
-e .

# Everything needed to develop (test, debug) the framework.
coverage<5.0  # manual enforcement where pip fails, see #272.
pytest-aiohttp
pytest-asyncio==0.10.0  # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
pytest-mock
pytest-cov
pytest==5.3.5  # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
aresponses
asynctest
freezegun
codecov
coveralls
mypy==0.782
