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

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

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

[test]
pytest>=7

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