# Use this file to list development requirements for your project.

# build
setuptools>=61.0
setuptools_scm>=6.2

# pre-commit
pre-commit>=3.6.0
ruff>=0.2.0
codespell>=2.2.6
yamllint>=1.33.0

# dev
pylint>=3.0.3
mypy>=1.8.0

# test
coverage>=7.4.1
pytest>=7.4.4
pytest-socket>=0.6.0
pytest-cov>=4.1.0
pytest-asyncio>=0.23.4
aioresponses>=0.7.6
