Skip to content

Commit

Permalink
Pin boto3 to 1.4.7 (#5290)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb988fe)
  • Loading branch information
jeffreythewang authored and mistercrunch committed Jun 28, 2018
1 parent 7bf8920 commit af74c1b
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 @@ -54,7 +54,7 @@ def get_git_sha():
scripts=['superset/bin/superset'],
install_requires=[
'bleach',
'boto3>=1.4.6',
'boto3==1.4.7',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'colorama',
Expand Down

0 comments on commit af74c1b

Please sign in to comment.