Changed settings to use strictyaml.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2022-03-18 14:25:44 -04:00
parent 1aaedafbad
commit f9c5fd060f
3 changed files with 110 additions and 46 deletions

View File

@@ -23,7 +23,6 @@ python = ">=3.10,<3.11"
click = "^8.0.3"
PlexAPI = "^4.5.2"
appdirs = "^1.4.4"
PyYAML = "^5.4.1"
asyncpg = "^0.23.0"
uvloop = "^0.15.2"
desert = "^2020.11.18"
@@ -32,6 +31,7 @@ typeguard = "^2.12.1"
gino = "^1.0.1"
quart = "^0.16.3"
marshmallow-sqlalchemy = "^0.27.0"
strictyaml = "^1.6.1"
[tool.poetry.dev-dependencies]
typeguard = "^2.12.0"