Merge pull request #1794 from garyd203/1793-workaround

RFC: Change setup.py to require older version of botocore with compatible implementation
This commit is contained in:
Steve Pulec 2018-08-29 08:42:07 -04:00 committed by GitHub
commit f7b039e787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ install_requires = [
"Jinja2>=2.7.3",
"boto>=2.36.0",
"boto3>=1.6.16",
"botocore>=1.9.16",
"botocore>=1.9.16,<1.11",
"cookies",
"cryptography>=2.0.0",
"requests>=2.5",