Skip to content

Commit

Permalink
pin jinja version (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammokhov committed Feb 23, 2022
1 parent 902ffa0 commit ddd8ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,8 @@ def find_version(*file_paths):
python_requires=">=3.6",
install_requires=[
"boto3>=1.10.20",
"Jinja2>=2.10,<3",
"Jinja2==2.11.3",
"markupsafe==2.0.1",
"jsonschema>=3.0.1,<4.0",
"pytest>=4.5.0",
"pytest-random-order>=1.0.4",
Expand Down

0 comments on commit ddd8ee0

Please sign in to comment.