try use defusedxml first to avoid some attack.

This commit is contained in:
2021-01-27 10:22:17 +08:00
parent 0d093aea9f
commit 912016b756
2 changed files with 10 additions and 2 deletions

View File

@@ -1 +1,2 @@
requests>=2.25.1
defusedxml>=0.6.0; python_version < '3.9'