Upgraded kombu to fix an incompatibility with redis>=3

This commit is contained in:
Eliot Berriot 2019-01-25 15:40:47 +01:00
parent 37ca06c370
commit 871db15908
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
Upgraded kombu to fix an incompatibility with redis>=3