From 591e5ec32ee7321f8833b8199ee6ab9ff7ed92f6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 10 Nov 2017 16:28:56 -0800 Subject: [PATCH] Bump celery to 4.1.0 (#3831) * Bump celery to 4.1.0 * Also bumping boto3 to allow for celery 4 on SQS --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fd953c470f..7b887edeca 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ setup( zip_safe=False, scripts=['superset/bin/superset'], install_requires=[ - 'boto3==1.4.4', - 'celery==3.1.25', + 'boto3>=1.4.6', + 'celery==4.1.0', 'colorama==0.3.9', 'cryptography==1.9', 'flask==0.12.2',