Pin redis-py version (#8290)

This commit is contained in:
Simon Mo
2020-05-02 22:09:02 -07:00
committed by SangBin Cho
parent 476ac1ad4e
commit 02c1ab0ec6
+1 -1
View File
@@ -196,7 +196,7 @@ requires = [
"protobuf >= 3.8.0",
"py-spy >= 0.2.0",
"pyyaml",
"redis >= 3.3.2",
"redis >= 3.3.2, < 3.5.0",
]
setup(