Skip to content

Commit 5a8e2c9

Browse files
Merge pull request #21 from Tencent/bugfix_requirements
bugfix: #20 修复redis最新版本不兼容redis-py-cluster的问题,redis版本号升级到2.10.6
2 parents a57202f + 64f8a07 commit 5a8e2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requests==2.20.0
55
celery==3.1.18
66
kombu==3.0.35
77
django-celery==3.1.16
8-
redis==2.10.5
98
httplib2==0.9.1
109
Mako==1.0.4
1110
MarkupSafe==0.23
@@ -25,4 +24,5 @@ django-nose==1.4.5
2524
# pipeline
2625
ujson==1.35
2726
pyparsing==2.2.0
27+
redis==2.10.6
2828
redis-py-cluster==1.3.5

0 commit comments

Comments
 (0)