
[:python_version < "3.8"]
importlib_metadata

[docs]
jaraco.packaging>=8.2
rst.linker>=1.9
sphinx

[testing]
pytest
pytest-cov
pytest-flake8

[testing:platform_python_implementation != "PyPy"]
pytest-black>=0.3.7

[testing:platform_python_implementation != "PyPy" and python_version >= "3"]
pytest-mypy

[testing:python_version >= "3"]
pytest-checkdocs>=2.4
pytest-enabler>=1.0.1
