File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ urls.Changelog = "https://reactpy.dev/docs/about/changelog.html"
4646urls.Documentation = " https://reactpy.dev/"
4747urls.Source = " https://github.com/reactive-python/reactpy"
4848
49+ [project .optional-dependencies ]
50+ all = [" reactpy[jinja,uvicorn,testing]" ]
51+ jinja = [" jinja2-simple-tags" , " jinja2 >=3" ]
52+ uvicorn = [" uvicorn[standard]" ]
53+ testing = [" playwright" ]
54+
4955[tool .hatch .version ]
5056path = " src/reactpy/__init__.py"
5157
@@ -80,12 +86,6 @@ commands = [
8086]
8187artifacts = []
8288
83- [project .optional-dependencies ]
84- all = [" reactpy[jinja,uvicorn,testing]" ]
85- jinja = [" jinja2-simple-tags" , " jinja2 >=3" ]
86- uvicorn = [" uvicorn[standard]" ]
87- testing = [" playwright" ]
88-
8989
9090# ############################
9191# >>> Hatch Test Runner <<< #
You can’t perform that action at this time.
0 commit comments