Skip to content

Commit 0319e4d

Browse files
committed
try install first
1 parent b389b2b commit 0319e4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Scripts for managing the ReactPy repository"
1010
[tool.hatch.envs.default]
1111
detached = true
1212
dependencies = [
13+
"setuptools", # required by some packages during install
1314
"invoke",
1415
# lint
1516
"black",
@@ -25,8 +26,6 @@ dependencies = [
2526
"semver >=2, <3",
2627
"twine",
2728
"pre-commit",
28-
# required by some packages during install
29-
"setuptools",
3029
]
3130

3231
[tool.hatch.envs.default.scripts]

0 commit comments

Comments
 (0)