requiring minimum botocore (#1268)

Boto and Boto3 can be a little old but Moto will throw an error if
botocoe doesn't even know about some of the services it supports.
As of this commit Polly is new enough some users are running into
exceptions.
This commit is contained in:
Jack Danger 2017-10-17 18:13:27 -07:00 committed by GitHub
parent 194da53a0e
commit 317dbbd1a3

View File

@ -9,6 +9,7 @@ install_requires = [
"Jinja2>=2.8",
"boto>=2.36.0",
"boto3>=1.2.1",
"botocore>=1.7.12",
"cookies",
"cryptography>=2.0.0",
"requests>=2.5",