From e1682e9bb647c978c4eaded55baf394280602ee6 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Wed, 12 Jul 2023 12:29:48 -0400 Subject: [PATCH] Add missing astroquery optional dependency --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbde77ee..3fa78a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,9 @@ dependencies = [ ] [project.optional-dependencies] +all = [ + "astroquery", + ] test = [ "pytest", "pytest-astropy", @@ -120,4 +123,4 @@ omit = [ "*/webbpsf/*/tests/*", "*/webbpsf/*/*/tests/*", "*/webbpsf/version*", -] \ No newline at end of file +]