Update minimum support boto version.
boto 2.20.0 introduces kinesis. alternatively, this requirement could be relaxed by using conditional imports.
This commit is contained in:
parent
8095f31772
commit
e736482bec
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
install_requires = [
|
||||
"Jinja2",
|
||||
"boto",
|
||||
"boto>=2.20.0",
|
||||
"flask",
|
||||
"httpretty>=0.6.1",
|
||||
"requests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue