Explorar o código

Merge pull request #232 from CloudVE/update-boto3

Remove upper version bound for boto3
Nuwan Goonasekera %!s(int64=6) %!d(string=hai) anos
pai
achega
bdcb9cdde7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -27,7 +27,7 @@ REQS_BASE = [
     'pyeventsystem<2'
     'pyeventsystem<2'
 ]
 ]
 REQS_AWS = [
 REQS_AWS = [
-    'boto3>=1.9.86,<=1.9.114'
+    'boto3>=1.9.86'
 ]
 ]
 # Install azure>=3.0.0 package to find which of the azure libraries listed
 # Install azure>=3.0.0 package to find which of the azure libraries listed
 # below are compatible with each other. List individual libraries instead
 # below are compatible with each other. List individual libraries instead