# Packaging
versioningit>=3.1, < 4.0.0

# package linters
black>=24
mypy>=1.10, <2.0.0
mypy_extensions>=1.0.0, <2.0.0
pydocstyle[toml]>=6.3
pylint>=3.2
isort>=5.13

# Testing
pytest>=8.3, <9.0.0
pytest-cov>=5.0, < 7.0.0
pytest-xdist>=3.6, <4.0.0
