build(deps): Add PyYAML as a dependency

This commit is contained in:
2025-05-21 16:20:01 +02:00
parent 3e8bdfbc59
commit 6d68faf73c
2 changed files with 16 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ license = {text = "GPL-3.0-or-later"}
readme = "README.md"
requires-python = "~3.13"
dependencies = [
"pyyaml (>=6.0.2,<7.0.0)"
]
[tool.poetry.group.dev.dependencies]
@@ -27,6 +28,7 @@ pytest = "^8.3.5"
pytest-cov = "^6.1.1"
pytest-mock = "^3.14.0"
reuse = "^5.0.2"
types-pyyaml = "^6.0.12.20250516"
[tool.black]
line-length = 120