summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh Berlin-Taylor <ash_github@firemirror.com>2018-11-15 17:10:34 +0000
committerOmer Katz <omer.drow@gmail.com>2018-11-15 19:10:34 +0200
commitd9de66bd4ee86a1c47f546f0a4668bd163c4a929 (patch)
treee980dcee4c7f7ae2d97518ca28d6c3a5023274a2
parent5e6fcca8d4aeb4217a3ab27cd0341430b1e277f6 (diff)
downloadkombu-d9de66bd4ee86a1c47f546f0a4668bd163c4a929.tar.gz
Pin Redis-py version (#946)
Redis-py 3.0.0 was released today and introduced a backwards incompatible changes. https://github.com/andymccurdy/redis-py/blob/9b03af26dc829beea232a3248768de933f4c3b67/CHANGES#L27-L29 This isn't the "best" fix but is the quickest
-rw-r--r--requirements/extras/redis.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/extras/redis.txt b/requirements/extras/redis.txt
index 69fff9ad..12279a5d 100644
--- a/requirements/extras/redis.txt
+++ b/requirements/extras/redis.txt
@@ -1 +1 @@
-redis>=2.10.5
+redis>=2.10.5,<3.0.0