Remove ruamel dependency

This commit is contained in:
Miguel Jacq 2025-11-26 15:40:25 +11:00
parent 8a90b24a00
commit 11a5ac690f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 1 additions and 90 deletions

View file

@ -16,7 +16,6 @@ repository = "https://git.mig5.net/mig5/jinjaturtle"
python = "^3.10"
PyYAML = "^6.0"
tomli = { version = "^2.0.0", python = "<3.11" }
ruamel-yaml = "^0.18.16"
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"