Pin boto3 version to 1.7.84
Pinning boto3 to this version would remove the mismatch between boto3 and the botocore dependency in setup.py. Closes #1800
This commit is contained in:
parent
e8c65d3d85
commit
50f8d5e13c
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user