We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14d455 commit 318f1fbCopy full SHA for 318f1fb
pyproject.toml
@@ -76,7 +76,8 @@ artifacts = []
76
77
[project.optional-dependencies]
78
# TODO: Nuke backends from the optional deps
79
-all = ["reactpy[uvicorn,testing]"]
+all = ["reactpy[jinja,uvicorn,testing]"]
80
+jinja = ["jinja2-simple-tags", "jinja2"]
81
uvicorn = ["uvicorn[standard]"]
82
testing = ["playwright"]
83
0 commit comments