Update setup.py
Boto >= 2.36.0 required to resolve awslambda ImportError
This commit is contained in:
parent
3957a93a64
commit
13ef083271
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>=2.33.0",
|
||||
"boto>=2.36.0",
|
||||
"flask",
|
||||
"httpretty==0.8.10",
|
||||
"requests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue