summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <herveberaud.pro@gmail.com>2021-08-17 08:14:42 +0200
committerHervé Beraud <herveberaud.pro@gmail.com>2021-08-20 13:09:58 +0200
commit46d8bf158be59fa5bb8cfe26ef145117e15816bc (patch)
tree4fb66e2834fa78f725ff25da0014d612c622a6a2
parent089c968e46d7fc7944d239d3eaf75be3e37b0951 (diff)
downloaddogpile-cache-46d8bf158be59fa5bb8cfe26ef145117e15816bc.tar.gz
Fix mypy's redis requirements issues
types-redis and types-decorator seems missing requirements, these changes add them to the mypy tox environment. Change-Id: Iee34ed090895728ae4e46c45eb4ef56ba6a43a4b
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad459b6..2ccbca9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,6 +55,8 @@ usedevelop=True
basepython = python3
deps=
mypy
+ types-decorator
+ types-redis
redis
Mako
decorator