You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/19 15:49:53 UTC

[GitHub] mistercrunch closed pull request #5184: Pin botocore version

mistercrunch closed pull request #5184: Pin botocore version
URL: https://github.com/apache/incubator-superset/pull/5184
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/requirements.txt b/requirements.txt
index 103401cc84..76952f2851 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 30a13e33a3..059958f972 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ def get_git_sha():
     install_requires=[
         'bleach',
         'boto3>=1.4.6',
+        'botocore>=1.7.0, <1.8.0',
         'celery>=4.2.0',
         'colorama',
         'contextlib2',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org