use defusedxml for sax.parse().

This commit is contained in:
Wu Tingfeng 2025-12-31 15:22:37 +08:00
parent f1dff44d3a
commit ccf427b4a0
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -18,6 +18,7 @@ classifiers =
[options]
packages = find:
install_requires =
defusedxml>=0.7.1
ruamel.yaml>=0.15
tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.10