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

maximebeauchemin 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 70679d4  Pin botocore version (#5184)
70679d4 is described below

commit 70679d4c937e932636ccf5e6d872c849c1eae384
Author: Louis-Etienne <ledor...@hotmail.com>
AuthorDate: Tue Jun 19 11:49:51 2018 -0400

    Pin botocore version (#5184)
    
    * Pin botocore version
    
    * Version range for botocore
---
 requirements.txt | 1 +
 setup.py         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index 103401c..76952f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
 bleach==2.1.2
 boto3==1.4.7
+botocore==1.7.48
 celery==4.2.0
 colorama==0.3.9
 cryptography==1.9
diff --git a/setup.py b/setup.py
index b259a5b..c1f555f 100644
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,7 @@ setup(
     install_requires=[
         'bleach',
         'boto3>=1.4.6',
+        'botocore>=1.7.0, <1.8.0',
         'celery>=4.2.0',
         'colorama',
         'contextlib2',

Reply via email to