Skip to content

Commit

Permalink
Also bumping boto3 to allow for celery 4 on SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 10, 2017
1 parent 902ad75 commit feffed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_git_sha():
zip_safe=False,
scripts=['superset/bin/superset'],
install_requires=[
'boto3==1.4.4',
'boto3>=1.4.6',
'celery==4.1.0',
'colorama==0.3.9',
'cryptography==1.9',
Expand Down

0 comments on commit feffed1

Please sign in to comment.