Skip to content

Commit

Permalink
[setup.py] allow for range on boto library (apache#6071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and bipinsoniguavus committed Dec 24, 2018
1 parent c2f7904 commit 913b46f
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.7',
'boto3>=1.4.7, <2.0.0',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'click>=6.0, <7.0.0', # click >=7 forces "-" instead of "_"
Expand Down

0 comments on commit 913b46f

Please sign in to comment.