requests>=2.16.0
six
urllib3>=1.24.2
setuptools

[:python_version < "3"]
enum34

[:python_version < "3.3"]
backports.functools-lru-cache

[dev]

[dev:python_version < "3"]
mock

[dev:python_version < "3.7"]
coverage[toml]
pytest

[dev:python_version < "3.8"]
pre-commit

[dev:python_version > "3"]
types-requests==2.31.0.0
types-six==1.16.21.8

[dev:python_version >= "3.7"]
black==23.3.0
build==0.10.0
coverage[toml]==7.2.6
pytest==7.3.1
sphinx-copybutton==0.5.2
sphinxcontrib-spelling==8.0.0
tox==4.5.1
twine==4.0.2

[dev:python_version >= "3.7" and platform_python_implementation != "PyPy"]
mypy==1.3.0

[dev:python_version >= "3.8"]
furo==2023.5.20
pre-commit==3.3.2
sphinx==7.0.1
