From a8b56e39c64eca3c949b19217c7d3cee741d03ff Mon Sep 17 00:00:00 2001 From: zacharyburnettNOAA Date: Fri, 22 Apr 2022 11:55:53 -0400 Subject: [PATCH] require `pooch` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 206fa009..914ece01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ sphinxcontrib-programoutput = { version = '*', optional = true } sphinxcontrib-bibtex = { version = '*', optional = true } [tool.poetry.extras] -testing = ['pooch', 'pytest', 'pytest-cov', 'pytest-mock', 'pytest-socket', 'pytest-xdist'] +testing = ['pytest', 'pytest-cov', 'pytest-mock', 'pytest-socket', 'pytest-xdist'] development = ['isort', 'oitnb'] documentation = ['m2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput', 'sphinxcontrib-bibtex']