Skip to content

Commit

Permalink
[chore] Fix "ModuleNotFoundError: No module named 'defusedxml'" at py…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
ftnext committed Jun 27, 2024
1 parent aa865a7 commit dbf3c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit dbf3c4c

Please sign in to comment.