# Temporary - only to address https://github.com/kennethreitz/requests/issues/5067
urllib3<1.25

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

# Everything needed to develop (test, debug) the framework.
pytest-aiohttp
pytest-asyncio
pytest-mock>=1.11.1
pytest-cov
pytest
aresponses
asynctest
freezegun
codecov
coveralls
mypy
