Skip to content

Commit

Permalink
➕ Add mocpy as a recommended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 23, 2024
1 parent 87611b0 commit 3416904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ name = "ipyaladin"
dynamic = ["version"]
dependencies = ["anywidget", "astropy"]
readme = "README.md"
license = "BSD-3-Clause"

[project.optional-dependencies]
dev = ["watchfiles", "jupyterlab", "ruff"]
test = ["pytest"]
dev = ["ipyaladin[test]", "watchfiles", "jupyterlab", "ruff"]
recommended = ["mocpy"]

# automatically add the dev feature to the default env (e.g., hatch shell)
[tool.hatch.envs.default]
Expand Down

0 comments on commit 3416904

Please sign in to comment.