Skip to content

Commit 7825c26

Browse files
committed
add deps
1 parent 2d4bbda commit 7825c26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ source_archive = "https://usgs.github.io/gspy/archive/{commit_hash}.zip"
4444
[tool.hatch.metadata.hooks.requirements_txt]
4545
files = ["requirements.txt"]
4646

47+
[project.optional-dependencies]
48+
docs = ["sphinx_gallery",
49+
"sphinx_rtd_theme"]
50+
dev = ["gspy[docs]",
51+
"twine"]
52+
4753
[tool.hatch.build.targets.wheel]
4854
packages = ["gspy"]
4955

0 commit comments

Comments
 (0)