Skip to content

Commit cb4fec9

Browse files
qiluo-msftlguohan
authored andcommitted
Fix redis-py version to 2.10.6 (sonic-net#40)
Fix redis-py version to 2.10.6
1 parent 8113744 commit cb4fec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
dependencies = [
4-
'redis>=2.10.1',
4+
'redis==2.10.6',
55
]
66

77
high_performance_deps = [

0 commit comments

Comments
 (0)