
[deploy]
build>=1.3.0
setuptools>=75.1.0
twine>=6.2.0
wheel>=0.45.1

[dev]
pre-commit>=4.3.0

[dev:python_version < "3.11"]
tomli>=2.3.0
types-toml>=0.10.8.20240310

[docs]
mkdocs>=1.6.1
mkdocs-material>=9.6.21

[fmt]
black>=25.9.0
isort<7.0.0

[security-analysis]
bandit>=1.8.6
liccheck>=0.9.2
setuptools>=75.1.0

[static-analysis]
mypy>=1.18.2
pylint>=3.3.9

[test]
nest-asyncio>=1.6.0
psutil>=7.1.0
pytest>=8.4.2
pytest-asyncio>=1.2.0
pytest-cov>=7.0.0
pytest-xdist>=3.8.0
