From e4d7cedc7f160ff2b58c1ebb4a105b37758cb271 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:48:21 +0100 Subject: [PATCH] add pooch as dependency --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80badf90..966622b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,9 @@ description = "A place to keep scripts to use as benchmarks, user-examples end-t readme = "README.md" requires-python = ">=3.8.0" dynamic = ["version"] - +dependencies = [ + "pooch" +] license = {text = "BSD-3-Clause"} classifiers = [