Pin boto3 to 1.4.7 (#5290)

This commit is contained in:
Jeffrey Wang 2018-06-27 11:55:47 -04:00 committed by Maxime Beauchemin
parent 4ee984c6de
commit fb988fee2e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ setup(
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',