Add missing stubs for redis

This commit is contained in:
Laurent Savaete
2021-08-28 19:56:11 +01:00
parent e95aa1f13c
commit bbe6d11f1e
2 changed files with 14 additions and 1 deletions

14
poetry.lock generated
View File

@@ -515,6 +515,14 @@ category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "types-redis"
version = "3.5.6"
description = "Typing stubs for redis"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "typing-extensions"
version = "3.10.0.0"
@@ -570,7 +578,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "b090c3ee3ac6ea47b157de750070bf2ba13840e3fa1d165a749ea95a1df25cb0"
content-hash = "6276c5a0c92e3b368e13a3354c1b53d88381b599b98f490a86549019bdcbeb93"
[metadata.files]
appdirs = [
@@ -952,6 +960,10 @@ typed-ast = [
{file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c"},
{file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"},
]
types-redis = [
{file = "types-redis-3.5.6.tar.gz", hash = "sha256:5a1e59462ec596f8e9a2388907d26a0270b8c968be0645e7cc2d29df1003837b"},
{file = "types_redis-3.5.6-py3-none-any.whl", hash = "sha256:9b01c5b693e770cd31905d50c01a4c9cb8413cb7716ec36e4a3e20f7c878bd18"},
]
typing-extensions = [
{file = "typing_extensions-3.10.0.0-py2-none-any.whl", hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497"},
{file = "typing_extensions-3.10.0.0-py3-none-any.whl", hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84"},

View File

@@ -31,6 +31,7 @@ requests = "^2.22.0"
pytest = "^5.3.5"
mkdocs = "^1.1.2"
mkautodoc = "^0.1.0"
types-redis = "^3.5.6"
[tool.black]
line-length = 88