Add ruamel and jinja dependencies

This commit is contained in:
2021-04-22 12:11:38 -04:00
parent f9b18637cf
commit 4713296e4e
2 changed files with 167 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
"ruamel.yaml" = "^0.17.4"
Jinja2 = "^2.11.3"
marshmallow = "^3.11.1"
[tool.poetry.dev-dependencies]