Skip to content

Commit

Permalink
Downgrading celery to 3.1.25
Browse files Browse the repository at this point in the history
celery/celery#3932 is a blocker for Airbnb
  • Loading branch information
mistercrunch committed Jun 21, 2017
1 parent e21745a commit 0b09a74
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():
scripts=['superset/bin/superset'],
install_requires=[
'boto3==1.4.4',
'celery==4.0.2',
'celery==3.1.25',
'colorama==0.3.9',
'cryptography==1.7.2',
'flask-appbuilder==1.9.0',
Expand Down

0 comments on commit 0b09a74

Please sign in to comment.