Add marshmallow and ruamel dependencies

This commit is contained in:
2021-02-18 20:34:00 -05:00
parent 67ee1d9817
commit 1678231e21
2 changed files with 23 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6.1"
marshmallow = "^3.10.0"
"ruamel.yaml" = "^0.16.12"
[tool.poetry.dev-dependencies]
bandit = "^1.6.2"