Bump celery to 4.1.0 (#3831)

* Bump celery to 4.1.0

* Also bumping boto3 to allow for celery 4 on SQS
This commit is contained in:
Maxime Beauchemin 2017-11-10 16:28:56 -08:00 committed by Grace Guo
parent 690de862e8
commit 591e5ec32e
1 changed files with 2 additions and 2 deletions

View File

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