added jinja2 dependency

This commit is contained in:
Daniel Fichtinger 2025-06-21 17:17:33 -04:00
parent 73215df2e8
commit 6c13f4bfa8
2 changed files with 53 additions and 0 deletions

View file

@ -9,6 +9,7 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"jinja2>=3.1.6",
"marko[codehilite]>=2.1.4",
"python-frontmatter>=1.1.0",
"typer>=0.16.0",