Skip to content

Commit

Permalink
wget is core dependency because our notebooks used it
Browse files Browse the repository at this point in the history
  • Loading branch information
mpound committed Nov 21, 2023
1 parent 2fe7cc3 commit 8f33986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ dependencies = [
"specutils",
"sphinx",
"myst-parser",
"ipython"
"ipython",
"wget"
]

[project.optional-dependencies]
dev = [
"ipdb",
"pytest",
"pytest-cov",
"wget",
"myst-parser",
"sphinx",
"sphinx-autobuild",
Expand Down

0 comments on commit 8f33986

Please sign in to comment.