Skip to content

Commit

Permalink
Merge pull request #96 from braingram/add_defusedxml
Browse files Browse the repository at this point in the history
add dependency imported by but not required by sphinx
  • Loading branch information
braingram committed May 9, 2024
2 parents febd733 + 611e122 commit 6810cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6810cd0

Please sign in to comment.