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

[:python_version < "3.11"]
typing_extensions>=4.0.1

[doc]
sphinx_rtd_theme
sphinx-autodoc-typehints>=1.2.0

[test]
pytest

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