Skip to content

Commit

Permalink
Update to Jinja 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Motlik committed Feb 18, 2022
1 parent caf7e96 commit 22dd23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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': [
Expand Down

0 comments on commit 22dd23a

Please sign in to comment.