Added typing to the decorator

This commit is contained in:
squaresmile
2022-10-25 08:52:59 +07:00
parent 5781593829
commit f3f134a318
2 changed files with 18 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ redis = { version = "^4.2.0rc1", optional = true }
aiomcache = { version = "*", optional = true }
pendulum = "*"
aiobotocore = { version = "^1.4.1", optional = true }
typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" }
[tool.poetry.dev-dependencies]
flake8 = "*"