
[:python_version < "3.8"]
importlib_metadata

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

[testing]
pytest-cov
pytest-flake8
pytest>=4.6

[testing:platform_python_implementation != "PyPy" and python_version < "3.10"]
pytest-black>=0.3.7

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

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