
[dev]
tox>=4.32.0
types-PyYAML>=6.0.12.12
ruff>=0.15.5
pylint>=4.0.5
black>=25.12.0
mypy>=1.19.1
pyright[nodejs]>=1.1.408
build
twine
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints
pre-commit

[lint]
ruff>=0.15.5
pylint>=4.0.5

[test]
pytest>=9.0.2
coverage
pytest-cov>=6.0.0

[typecheck]
mypy>=1.19.1
pyright[nodejs]>=1.1.408
