Skip to content

Commit

Permalink
Moved defusedxml to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Dec 14, 2023
1 parent cd68f06 commit 4822178
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 @@ -13,7 +13,6 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
pysigma = "^0.10.2"
defusedxml = "^0.7.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.0"
Expand All @@ -22,6 +21,7 @@ coverage = "^6.4.1"
requests = "^2.28.1"
autopep8 = "^2.0.2"
pylint = "^2.17.2"
defusedxml = "^0.7.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 4822178

Please sign in to comment.