
[:platform_system == "Windows"]
jaraco.windows

[all]
xdoctest
pytest-timeout
codecov
requests
Pygments
python_dateutil

[all-strict]
xdoctest==0.14.0
pytest-timeout==1.4.2
codecov==2.0.15
requests==2.25.1
Pygments==2.2.0
python_dateutil==2.8.1

[all-strict:platform_system == "Windows"]
jaraco.windows==3.9.1
colorama==0.4.3

[all-strict:python_version < "2.7" and python_version >= "2.6"]
coverage==4.5

[all-strict:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest<=4.6.11,==4.6.0
pytest-cov==2.8.1

[all-strict:python_version < "3.10" and python_version >= "3.9"]
coverage==5.3.1
numpy==1.19.3
xxhash==2.0.2

[all-strict:python_version < "3.10.0" and python_version >= "3.7.0"]
pytest==4.6.0

[all-strict:python_version < "3.4" and python_version >= "2.7"]
coverage==5.3.1
numpy==1.11.1

[all-strict:python_version < "3.5" and python_version >= "3.4"]
coverage==4.3.4
numpy==1.11.1

[all-strict:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest<=4.6.11,==4.6.0
pytest-cov==2.8.1

[all-strict:python_version < "3.6" and python_version >= "3.5"]
coverage==5.3.1
numpy==1.11.1

[all-strict:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest<=6.1.2,==4.6.0
pytest-cov==2.9.0

[all-strict:python_version < "3.7" and python_version >= "3.6"]
coverage==6.1.1
numpy==1.12.0
xxhash==1.3.0

[all-strict:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest==4.6.0

[all-strict:python_version < "3.8" and python_version >= "3.7"]
coverage==6.1.1
numpy==1.14.5
xxhash==1.3.0

[all-strict:python_version < "3.9" and python_version >= "3.8"]
coverage==6.1.1
numpy==1.19.2
xxhash==1.4.3

[all-strict:python_version >= "3.10"]
coverage==6.1.1
numpy==1.21.6
xxhash==3.0.0

[all-strict:python_version >= "3.10.0"]
pytest==6.2.5

[all-strict:python_version >= "3.6.0"]
pytest-cov==3.0.0

[all:platform_system == "Windows"]
jaraco.windows
colorama

[all:python_version < "2.7" and python_version >= "2.6"]
coverage

[all:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest
pytest-cov

[all:python_version < "3.10" and python_version >= "3.9"]
coverage
numpy
xxhash

[all:python_version < "3.10.0" and python_version >= "3.7.0"]
pytest

[all:python_version < "3.4" and python_version >= "2.7"]
coverage
numpy

[all:python_version < "3.5" and python_version >= "3.4"]
coverage
numpy

[all:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest
pytest-cov

[all:python_version < "3.6" and python_version >= "3.5"]
coverage
numpy

[all:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest
pytest-cov

[all:python_version < "3.7" and python_version >= "3.6"]
coverage
numpy
xxhash

[all:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest

[all:python_version < "3.8" and python_version >= "3.7"]
coverage
numpy
xxhash

[all:python_version < "3.9" and python_version >= "3.8"]
coverage
numpy
xxhash

[all:python_version >= "3.10"]
coverage
numpy
xxhash

[all:python_version >= "3.10.0"]
pytest

[all:python_version >= "3.6.0"]
pytest-cov

[docs]
sphinx
sphinx-autobuild
sphinx_rtd_theme
sphinxcontrib-napoleon
sphinx-autoapi
Pygments
myst_parser
sphinx-reredirects

[docs-strict]
sphinx==4.3.2
sphinx-autobuild==2021.3.14
sphinx_rtd_theme==1.0.0
sphinxcontrib-napoleon==0.7
sphinx-autoapi==1.8.4
Pygments==2.9.0
myst_parser==0.16.1
sphinx-reredirects==0.0.1

[optional]
Pygments
python_dateutil

[optional-strict]
Pygments==2.2.0
python_dateutil==2.8.1

[optional-strict:platform_system == "Windows"]
colorama==0.4.3

[optional-strict:python_version < "3.10" and python_version >= "3.9"]
numpy==1.19.3
xxhash==2.0.2

[optional-strict:python_version < "3.4" and python_version >= "2.7"]
numpy==1.11.1

[optional-strict:python_version < "3.5" and python_version >= "3.4"]
numpy==1.11.1

[optional-strict:python_version < "3.6" and python_version >= "3.5"]
numpy==1.11.1

[optional-strict:python_version < "3.7" and python_version >= "3.6"]
numpy==1.12.0
xxhash==1.3.0

[optional-strict:python_version < "3.8" and python_version >= "3.7"]
numpy==1.14.5
xxhash==1.3.0

[optional-strict:python_version < "3.9" and python_version >= "3.8"]
numpy==1.19.2
xxhash==1.4.3

[optional-strict:python_version >= "3.10"]
numpy==1.21.6
xxhash==3.0.0

[optional:platform_system == "Windows"]
colorama

[optional:python_version < "3.10" and python_version >= "3.9"]
numpy
xxhash

[optional:python_version < "3.4" and python_version >= "2.7"]
numpy

[optional:python_version < "3.5" and python_version >= "3.4"]
numpy

[optional:python_version < "3.6" and python_version >= "3.5"]
numpy

[optional:python_version < "3.7" and python_version >= "3.6"]
numpy
xxhash

[optional:python_version < "3.8" and python_version >= "3.7"]
numpy
xxhash

[optional:python_version < "3.9" and python_version >= "3.8"]
numpy
xxhash

[optional:python_version >= "3.10"]
numpy
xxhash

[runtime-strict]

[runtime-strict:platform_system == "Windows"]
jaraco.windows==3.9.1

[tests]
xdoctest
pytest-timeout
codecov
requests

[tests-strict]
xdoctest==0.14.0
pytest-timeout==1.4.2
codecov==2.0.15
requests==2.25.1

[tests-strict:python_version < "2.7" and python_version >= "2.6"]
coverage==4.5

[tests-strict:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest<=4.6.11,==4.6.0
pytest-cov==2.8.1

[tests-strict:python_version < "3.10" and python_version >= "3.9"]
coverage==5.3.1

[tests-strict:python_version < "3.10.0" and python_version >= "3.7.0"]
pytest==4.6.0

[tests-strict:python_version < "3.4" and python_version >= "2.7"]
coverage==5.3.1

[tests-strict:python_version < "3.5" and python_version >= "3.4"]
coverage==4.3.4

[tests-strict:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest<=4.6.11,==4.6.0
pytest-cov==2.8.1

[tests-strict:python_version < "3.6" and python_version >= "3.5"]
coverage==5.3.1

[tests-strict:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest<=6.1.2,==4.6.0
pytest-cov==2.9.0

[tests-strict:python_version < "3.7" and python_version >= "3.6"]
coverage==6.1.1

[tests-strict:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest==4.6.0

[tests-strict:python_version < "3.8" and python_version >= "3.7"]
coverage==6.1.1

[tests-strict:python_version < "3.9" and python_version >= "3.8"]
coverage==6.1.1

[tests-strict:python_version >= "3.10"]
coverage==6.1.1

[tests-strict:python_version >= "3.10.0"]
pytest==6.2.5

[tests-strict:python_version >= "3.6.0"]
pytest-cov==3.0.0

[tests:python_version < "2.7" and python_version >= "2.6"]
coverage

[tests:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest
pytest-cov

[tests:python_version < "3.10" and python_version >= "3.9"]
coverage

[tests:python_version < "3.10.0" and python_version >= "3.7.0"]
pytest

[tests:python_version < "3.4" and python_version >= "2.7"]
coverage

[tests:python_version < "3.5" and python_version >= "3.4"]
coverage

[tests:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest
pytest-cov

[tests:python_version < "3.6" and python_version >= "3.5"]
coverage

[tests:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest
pytest-cov

[tests:python_version < "3.7" and python_version >= "3.6"]
coverage

[tests:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest

[tests:python_version < "3.8" and python_version >= "3.7"]
coverage

[tests:python_version < "3.9" and python_version >= "3.8"]
coverage

[tests:python_version >= "3.10"]
coverage

[tests:python_version >= "3.10.0"]
pytest

[tests:python_version >= "3.6.0"]
pytest-cov
