Skip to content

Commit 2cc78a4

Browse files
committed
Add optional Jinja2 dependency
1 parent 62565ad commit 2cc78a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ readme = "README.md"
3636
requires-python = ">=3.9"
3737

3838
[project.optional-dependencies]
39+
jinja2 = [
40+
"jinja2",
41+
]
3942
docs = [
4043
"cogapp>=3.4.1",
4144
"furo>=2024.8.6",

0 commit comments

Comments
 (0)