feat: requst defusedxml

This commit is contained in:
shenjack 2022-12-11 10:30:10 +08:00
parent c34bdceb94
commit 21d3886f3b
2 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ setuptools = "^65.5.0"
viztracer = "^0.15.4" viztracer = "^0.15.4"
vizplugins = "^0.1.2" vizplugins = "^0.1.2"
Cython = "^0.29.32" Cython = "^0.29.32"
defusedxml = "*"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["setuptools"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"

View File

@ -2,7 +2,7 @@ psutil
pillow pillow
objprint objprint
# selenium # selenium
defusedxml
tomlkit tomlkit
pymunk pymunk
rtoml rtoml