This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 7db11d9  [setup.py] allow for range on boto library (#6071)
7db11d9 is described below

commit 7db11d95b0931bd5d2bd971a4d39dc0382326e44
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
AuthorDate: Mon Oct 29 11:05:35 2018 -0700

    [setup.py] allow for range on boto library (#6071)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4d18793..07983d2 100644
--- a/setup.py
+++ b/setup.py
@@ -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 "_"

Reply via email to