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

[:python_version < "3.12"]
typing_extensions>=4.7.0

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

[test]
pytest>=7

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