
[:os_name == "nt"]
colorama

[:python_version < "3.11"]

[:python_version >= "3.12"]

[docs]
furo>=2021.08.31
sphinx~=4.0
sphinx-copybutton>=0.5.0
sphinx-design>=0.1.0
sphinxext-opengraph>=0.7.0

[test]
build
pytest>=6.0
pytest-cov[toml]
pytest-mock
cython>=3.0.3
wheel

[test:python_version < "3.11"]
typing-extensions>=3.7.4
