build(deps): Add PyYAML as a dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user