From 22dd23ad42199578b70ab280809b76b1a17d6c67 Mon Sep 17 00:00:00 2001 From: Florian Motlik Date: Fri, 18 Feb 2022 11:11:11 +0100 Subject: [PATCH] Update to Jinja 3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bec109..7866d4f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], keywords='cloudformation, aws, cloud', packages=['formica'], - install_requires=['boto3>=1.18.35,<2.0.0', 'texttable>=1.2.0,<2.0.0', 'jinja2>=2.10,<3.0', 'pyyaml>=4.2b1', + install_requires=['boto3>=1.18.35,<2.0.0', 'texttable>=1.2.0,<2.0.0', 'jinja2>=3.0', 'pyyaml>=4.2b1', 'deepdiff>=5.0.0', 'arrow>=0.12.1,<1.0.0', 'argcomplete>=1.9.4'], entry_points={ 'console_scripts': [