From 8f33986cb800849560159158fcfa0d8de7bf636b Mon Sep 17 00:00:00 2001 From: Marc Pound <22331890+mpound@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:43:52 -0500 Subject: [PATCH] wget is core dependency because our notebooks used it --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efc94129..2db9ec60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,8 @@ dependencies = [ "specutils", "sphinx", "myst-parser", - "ipython" + "ipython", + "wget" ] [project.optional-dependencies] @@ -39,7 +40,6 @@ dev = [ "ipdb", "pytest", "pytest-cov", - "wget", "myst-parser", "sphinx", "sphinx-autobuild",