
[:platform_system == "Windows"]
colorama>=0.4.1

[:python_version < "3.8"]

[:python_version <= "3.6"]

[:python_version >= "3.7" and python_version < "3.11"]
tomli>=2.0.1

[docs]
pygments-github-lexers>=0.0.5
sphinx>=2.0.0
sphinxcontrib-autoprogram>=0.1.5
towncrier>=18.5.0

[testing]
flaky>=3.4.0
freezegun>=0.3.11
pytest-cov>=2.5.1
pytest-mock>=1.10.0
pytest-randomly>=1.0.0
pytest>=4.0.0

[testing:platform_python_implementation == "cpython"]
psutil>=5.6.1

[testing:python_version < "3.4"]
pathlib2>=2.3.3
