Skip to content

Commit 6b862e1

Browse files
committed
DEP: defusedxml is an optional code rather than test dependency
1 parent f2d6b7d commit 6b862e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The following packages are optional dependencies and are required for the
5757
full functionality:
5858

5959
* pillow
60+
* defusedxml
6061

6162
For running the tests, and building the documentation, the following
6263
infrastructure packages are required:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ python_requires = >=3.8
7070
[options.extras_require]
7171
all =
7272
pillow
73+
defusedxml
7374
test =
7475
pytest-doctestplus>=0.13
7576
pytest-astropy
7677
requests-mock
77-
defusedxml
7878
docs =
7979
sphinx-astropy
8080

0 commit comments

Comments
 (0)