Skip to content

Commit 979e3e3

Browse files
committed
Add jinja2 to project dependencies in pyproject.toml
1 parent b43032c commit 979e3e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies = [
2828
"pyyaml",
2929
"tqdm",
3030
"requests",
31-
"parsl"
31+
"parsl",
32+
"jinja2"
3233
]
3334
dynamic = ["version"]
3435

0 commit comments

Comments
 (0)