
[metrics]

[metrics:python_version < "3.8"]
prometheus_client==0.17.1

[metrics:python_version >= "3.8"]
prometheus_client==0.20.0

[release]
setuptools-scm==6.3.2
twine==3.8.0

[testing]
wheel==0.37.1
python-coveralls==2.9.3
flake8==4.0.1
autopep8==1.6.0
mypy==0.971
py-spy==0.3.12
mccabe==0.6.1
rope==1.1.1
h2==4.1.0
hpack==4.0.0
hyperframe==6.0.1
pre-commit==2.16.0
types-requests==2.28.11.5
types-setuptools==64.0.1

[testing:python_version < "3.11"]
coverage==6.2
pytest==7.0.1
pytest-cov==3.0.0
pytest-xdist==2.5.0
pytest-mock==3.6.1
pytest-asyncio==0.16.0
tox==3.28.0
pylint==2.13.7
httpx==0.22.0

[testing:python_version >= "3.11"]
coverage==7.4.4
pytest==8.1.1
pytest-cov==5.0.0
pytest-xdist==3.5.0
pytest-mock==3.14.0
pytest-asyncio==0.21.1
tox==4.14.2
pylint==3.1.0
httpx==0.27.0

[tunnel]

[tunnel:python_version < "3.11"]
paramiko==2.11.0
types-paramiko==2.11.3

[tunnel:python_version <= "3.6"]
cryptography==36.0.2

[tunnel:python_version > "3.6"]
cryptography==39.0.1

[tunnel:python_version >= "3.11"]
paramiko==3.4.0
types-paramiko==3.4.0.20240311
