Skip to content

Commit 2be15ef

Browse files
committed
限制redis版本<4.0.0 因为redis-py-cluster不支持高版本
1 parent f6bc405 commit 2be15ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

feapder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parsel>=1.5.2
44
PyExecJS>=1.5.1
55
pymongo>=3.10.1
66
PyMySQL>=0.9.3
7-
redis>=2.10.6
7+
redis>=2.10.6,<4.0.0
88
requests>=2.22.0
99
selenium>=3.141.0
1010
bs4>=0.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"parsel>=1.5.2",
4040
"PyExecJS>=1.5.1",
4141
"PyMySQL>=0.9.3",
42-
"redis>=2.10.6",
42+
"redis>=2.10.6,<4.0.0",
4343
"requests>=2.22.0",
4444
"bs4>=0.0.1",
4545
"ipython>=7.14.0",

0 commit comments

Comments
 (0)