Skip to content

Commit

Permalink
Don't install Jinja 3
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed May 1, 2021
1 parent 333fb17 commit 3a33bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
python_requires=">=3.8",
install_requires=[
"click",
"jinja2",
"jinja2 < 3",
"markdown",
"ruamel.yaml",
"typogrify",
Expand Down

0 comments on commit 3a33bd6

Please sign in to comment.