Merge pull request #2804 from asherf/versions

Loosen jinja2 requirement.
This commit is contained in:
Bert Blommers 2020-03-12 09:07:07 +00:00 committed by GitHub
commit 27649c19f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ def get_version():
install_requires = [
"setuptools==44.0.0",
"Jinja2==2.11.0",
"Jinja2<3.0.0,>=2.10.1",
"boto>=2.36.0",
"boto3>=1.9.201",
"botocore>=1.12.201",