Skip to content

Commit

Permalink
Bump celery to 4.1.0 (apache#3831)
Browse files Browse the repository at this point in the history
* Bump celery to 4.1.0

* Also bumping boto3 to allow for celery 4 on SQS
  • Loading branch information
mistercrunch authored and Grace Guo committed Nov 11, 2017
1 parent 306a084 commit 24ee3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def get_git_sha():
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',
Expand Down

0 comments on commit 24ee3c5

Please sign in to comment.