[setup.py] allow for range on boto library (#6071)

This commit is contained in:
Maxime Beauchemin
2018-10-29 11:05:35 -07:00
committed by Beto Dealmeida
parent 81fc3dfbee
commit 7db11d95b0

View File

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