Add jinja2 dep
All checks were successful
CI / test (push) Successful in 43s
Lint / test (push) Successful in 23s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-11-30 18:33:16 +11:00
parent 40690055f3
commit 36682c4020
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 117 additions and 1 deletions

View file

@ -17,6 +17,7 @@ python = "^3.10"
PyYAML = "^6.0"
tomli = { version = "^2.0.0", python = "<3.11" }
defusedxml = "^0.7.1"
jinja2 = "^3.1.6"
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"