Skip to content

Commit 46d8bf1

Browse files
committed
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
1 parent 089c968 commit 46d8bf1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ usedevelop=True
5555
basepython = python3
5656
deps=
5757
mypy
58+
types-decorator
59+
types-redis
5860
redis
5961
Mako
6062
decorator

0 commit comments

Comments
 (0)