From 1172965e4470943693eab7aab2420d87a3acb194 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 3 Dec 2024 12:33:36 -0500 Subject: [PATCH] prune unecessary dependencies (#1101) --- pyproject.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ec40da5a..663376c33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",