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 b389b2b commit 0319e4dCopy full SHA for 0319e4d
pyproject.toml
@@ -10,6 +10,7 @@ description = "Scripts for managing the ReactPy repository"
10
[tool.hatch.envs.default]
11
detached = true
12
dependencies = [
13
+ "setuptools", # required by some packages during install
14
"invoke",
15
# lint
16
"black",
@@ -25,8 +26,6 @@ dependencies = [
25
26
"semver >=2, <3",
27
"twine",
28
"pre-commit",
- # required by some packages during install
29
- "setuptools",
30
]
31
32
[tool.hatch.envs.default.scripts]
0 commit comments