Skip to content

Commit

Permalink
Add requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Jan 4, 2024
1 parent 620cadf commit 68aa16b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Repository = "https://github.com/waltsims/k-wave-python"
Bug-tracker = "https://github.com/waltsims/k-wave-python/issues"

[project.optional-dependencies]
test = ["pytest", "phantominator"]
test = ["pytest",
"phantominator",
"requests==2.31.0"]
example = ["gdown==4.7.1"]
docs = ["m2r2==0.3.2",
"sphinx-copybutton==0.5.2",
Expand Down

0 comments on commit 68aa16b

Please sign in to comment.