From 68aa16bb059694295978ab365460e9256cd02d2a Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Wed, 3 Jan 2024 16:05:16 -0800 Subject: [PATCH] Add requests dependency --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef4fe23..697694ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",