Pin redis-py version (#8290)

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