From 611e1220b012ec7f7d0e287831bc83ee3cee00e3 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 9 May 2024 16:45:29 -0400 Subject: [PATCH] add dependency imported by but not required by sphinx --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 16c9840..cc0135e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "pytest", + "defusedxml", # sphinx.testing.fixtures requires this ] [project.urls] 'documentation' = 'https://sphinx-asdf.readthedocs.io/en/stable'