Merge pull request #1801 from meneal/fix/mismatch
Fix botocore/boto3 dependency version mismatch
This commit is contained in:
commit
11184d188f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ import sys
|
|||
install_requires = [
|
||||
"Jinja2>=2.7.3",
|
||||
"boto>=2.36.0",
|
||||
"boto3>=1.6.16",
|
||||
"boto3>=1.6.16,<1.8",
|
||||
"botocore>=1.9.16,<1.11",
|
||||
"cookies",
|
||||
"cryptography>=2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue