diff --git a/pyproject.toml b/pyproject.toml index dc4539d..55d434f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = ["sphinxcontrib-extdevhelper-kasane"] dynamic = ["version"] [project.optional-dependencies] -testing = ["pytest", "beautifulsoup4"] +testing = ["pytest", "defusedxml", "beautifulsoup4"] typecheck = ["mypy", "types-beautifulsoup4"] lint = ["flake8", "black", "isort"] dev = ["wheel", "build", "twine"]