diff --git a/pyproject.toml b/pyproject.toml index 2d8c1f5..43d20e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" peewee = "^3.15.4" +typing-extensions = "^4.12.2" aiopg = { version = "^1.4.0", optional = true } aiomysql = { version = "^0.2.0", optional = true }