Typeguard now happy.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-04 15:09:23 -04:00
parent 8ce13a8ccf
commit b2ee83fee7
8 changed files with 65 additions and 31 deletions

View File

@@ -32,6 +32,7 @@ uvloop = "^0.15.2"
desert = "^2020.11.18"
numpy = "^1.21.2"
SQLAlchemy = "^1.4.25"
typeguard = "^2.12.1"
[tool.poetry.dev-dependencies]
typeguard = "^2.12.0"