Skip to content

Commit 6f092a8

Browse files
committed
Move optional dependencies up
1 parent afbd437 commit 6f092a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ urls.Changelog = "https://reactpy.dev/docs/about/changelog.html"
4646
urls.Documentation = "https://reactpy.dev/"
4747
urls.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]
5056
path = "src/reactpy/__init__.py"
5157

@@ -80,12 +86,6 @@ commands = [
8086
]
8187
artifacts = []
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 <<< #

0 commit comments

Comments
 (0)