Skip to content

Commit

Permalink
Fix redis-py version to 2.10.6 (sonic-net#40)
Browse files Browse the repository at this point in the history
Fix redis-py version to 2.10.6
  • Loading branch information
qiluo-msft authored and lguohan committed Nov 19, 2018
1 parent 8113744 commit cb4fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

dependencies = [
'redis>=2.10.1',
'redis==2.10.6',
]

high_performance_deps = [
Expand Down

0 comments on commit cb4fec9

Please sign in to comment.