We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a018a3 commit f39af8dCopy full SHA for f39af8d
1 file changed
hatch.toml
@@ -13,6 +13,9 @@ open = "python3 -m webbrowser -t docs/_build/html/index.html"
13
clean = "git clean -fdX -- {args:docs}"
14
15
[envs.data]
16
+extra-dependencies = [
17
+ "setuptools",
18
+]
19
[envs.data.scripts]
20
download = "python ./.scripts/ci/download_data.py {args}"
21
0 commit comments