Преглед на файлове

Update boto3 version to fix moto errors

Nuwan Goonasekera преди 7 години
родител
ревизия
20af98a931
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ REQS_BASE = [
     'cachetools>=2.1.0',
     'cachetools>=2.1.0',
     'deprecated>=1.2.3'
     'deprecated>=1.2.3'
 ]
 ]
-REQS_AWS = ['boto3<1.8.0']
+REQS_AWS = ['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
 # of using the azure umbrella package to speed up installation.
 # of using the azure umbrella package to speed up installation.