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",