Skip to content

Commit 19f38ee

Browse files
committed
Fix python 3.6 test, added typing-extensions and redis libs
1 parent 75f0ff4 commit 19f38ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
'flake8',
99
'pytest==7.0.1',
1010
'pytest-mock>=3.5.1',
11-
'coverage',
11+
'coverage==6.2',
1212
'pytest-cov',
1313
'importlib-metadata==4.2',
14+
'typing-extensions==4.1.1',
15+
'redis>=2.10.5',
1416
'tomli==1.2.3',
1517
]
1618

0 commit comments

Comments
 (0)