# Everything needed to develop (test, debug) the framework.
# The runtime dependencies of the framework, as if via `pip install kopf`.
-e .
async-timeout
codecov
coverage
coveralls
isort
# Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8).
mypy==0.920; implementation_name == "cpython"
pre-commit
pytest
pytest-asyncio
pytest-cov
pytest-mock
