Merge pull request #1801 from meneal/fix/mismatch

Fix botocore/boto3 dependency version mismatch
This commit is contained in:
Steve Pulec 2018-09-22 15:13:47 -04:00 committed by GitHub
commit 11184d188f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import sys
install_requires = [ install_requires = [
"Jinja2>=2.7.3", "Jinja2>=2.7.3",
"boto>=2.36.0", "boto>=2.36.0",
"boto3>=1.6.16", "boto3>=1.6.16,<1.8",
"botocore>=1.9.16,<1.11", "botocore>=1.9.16,<1.11",
"cookies", "cookies",
"cryptography>=2.0.0", "cryptography>=2.0.0",