Skip to content

Commit

Permalink
prune unecessary dependencies (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Dec 3, 2024
1 parent 0b9e717 commit 1172965
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,15 @@ homepage = "https://github.com/spacetelescope/crds"
[project.optional-dependencies]
jwst = ["jwst"]
roman = ["roman_datamodels"]
submission = ["requests", "parsley", "bs4"]
submission = ["bs4"]
dev = ["ipython", "jupyterlab", "ansible", "helm"]
test = [
"lockfile",
"mock",
"pylint",
"flake8",
"bandit",
"metrics-logger",
"pytest >= 6.0",
"pytest-astropy",
"pytest-doctestplus>=0.10.0",
"pytest-cov",
"pytest-profiling",
"stsynphot",
"stdatamodels",
]
docs = [
"sphinx",
Expand Down

0 comments on commit 1172965

Please # to comment.