
[:python_version < "3.10"]
importlib_metadata>=3.6

[:python_version < "3.13"]
typing_extensions>=4.10.0

[doc]
packaging
Sphinx>=7
sphinx-autodoc-typehints>=1.2.0

[test]
coverage[toml]>=7
pytest>=7

[test:platform_python_implementation != "PyPy"]
mypy>=1.2.0
