# This file contains the dependencies used during development,
# the dependencies of the package published to PyPI are defined
# in the 'pyproject.toml' file.

aiohttp==3.10.10
tenacity==9.0.0

flake8==7.1.1
flake8-docstrings==1.7.0
pep8-naming==0.14.1
pydoclint==0.5.9

bandit==1.7.10
black==24.10.0
isort==5.13.2
mypy==1.11.2

coverage[toml]==7.6.1
pytest==8.3.3
pytest-aiohttp==1.0.5
pytest-cov==5.0.0
pytest-xprocess==1.0.2

Sphinx==8.0.2; python_version>"3.9"
sphinx-autodoc-typehints==2.5.0; python_version>"3.9"

bump2version==1.0.1
grip==4.6.2
pyupgrade==3.17.0

build==1.2.2.post1
