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:
commit
f7b039e787
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ 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",
|
||||||
"botocore>=1.9.16",
|
"botocore>=1.9.16,<1.11",
|
||||||
"cookies",
|
"cookies",
|
||||||
"cryptography>=2.0.0",
|
"cryptography>=2.0.0",
|
||||||
"requests>=2.5",
|
"requests>=2.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user