# Packaging
# python -m pip install -U pip
build>=1.2.1
twine>=5.1.0
setuptools>=70.2.0
virtualenv>=20.26.3

# Linting/Formatting
ruff>=0.5.0
black>=24.4.2
isort>=5.13.2

# Tooling
pre-commit>=3.7.1
nbqa>=1.8.4

# Type Checker
mypy>=1.10.1
mypy-extensions>=1.0.0

# Testing
pytest>=8.2.2
pytest-cov>=5.0.0
pytest-benchmark>=4.0.0
codecov>=2.1.13
pytest_asyncio>=0.23.7
aioresponses>=0.7.6

# Documentation
mkdocs>=1.6.0
mkdocstrings>=0.25.1
mkdocs-material>=9.5.27
mkdocstrings-python>=1.10.5
Pygments>=2.18.0