Skip to content

Commit 318f1fb

Browse files
committed
Add jinja to deps
1 parent a14d455 commit 318f1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ artifacts = []
7676

7777
[project.optional-dependencies]
7878
# TODO: Nuke backends from the optional deps
79-
all = ["reactpy[uvicorn,testing]"]
79+
all = ["reactpy[jinja,uvicorn,testing]"]
80+
jinja = ["jinja2-simple-tags", "jinja2"]
8081
uvicorn = ["uvicorn[standard]"]
8182
testing = ["playwright"]
8283

0 commit comments

Comments
 (0)