Upgraded kombu to fix an incompatibility with redis>=3
This commit is contained in:
parent
37ca06c370
commit
871db15908
|
@ -21,7 +21,7 @@ pytz==2018.9
|
|||
# Redis support
|
||||
django-redis>=4.10,<4.11
|
||||
redis>=3.0,<3.1
|
||||
|
||||
kombu>=4.2.2,<4.3
|
||||
|
||||
celery>=4.2,<4.3
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Upgraded kombu to fix an incompatibility with redis>=3
|
Loading…
Reference in New Issue