We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d6b7d commit 6b862e1Copy full SHA for 6b862e1
README.rst
@@ -57,6 +57,7 @@ The following packages are optional dependencies and are required for the
57
full functionality:
58
59
* pillow
60
+ * defusedxml
61
62
For running the tests, and building the documentation, the following
63
infrastructure packages are required:
setup.cfg
@@ -70,11 +70,11 @@ python_requires = >=3.8
70
[options.extras_require]
71
all =
72
pillow
73
+ defusedxml
74
test =
75
pytest-doctestplus>=0.13
76
pytest-astropy
77
requests-mock
- defusedxml
78
docs =
79
sphinx-astropy
80
0 commit comments