pygments>=2.0
tqdm>=4.27

[:platform_system == "Windows" and python_version == "3.6"]
pywin32==225

[:platform_system == "Windows" and python_version > "3.6"]
pywin32>=301

[:python_version < "3.7"]
dataclasses

[dashboard]
flask

[dill]
multiprocess

[docs]
docutils==0.17.1
sphinx==3.2.1
sphinx-rtd-theme==0.5.0
sphinx-autodoc-typehints==1.11.0
sphinxcontrib-images==0.9.2
sphinx-versions==1.0.1

[testing]
multiprocess
numpy

[testing:platform_system == "Windows" and python_version == "3.6"]
pywin32==225

[testing:platform_system == "Windows" and python_version > "3.6"]
pywin32>=301

[testing:python_version < "3.7"]
dataclasses
