migrate to ruamel.yaml

This commit is contained in:
TerminalMan 2024-09-18 01:06:34 +01:00
parent bb4dd7200e
commit 948fcb7f5b
3 changed files with 69 additions and 70 deletions

View file

@ -18,7 +18,7 @@ requires-python = ">=3.10"
dependencies = [
"fastapi-slim >= 0.110.0",
"pydantic >= 2.0.0",
"PyYAML",
"ruamel.yaml",
"rich",
"uvicorn >= 0.28.1",
"jinja2 >= 3.0.0",