Skip to content

Commit 395c31a

Browse files
committed
add xmltodict dependency
1 parent 6c9a785 commit 395c31a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

poetry.lock

+12-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
python = ">=3.9,<4.0"
1010
requests = "^2.31.0"
1111
Jinja2 = "^3.1.2"
12+
xmltodict = "^0.13.0"
1213

1314
[tool.poetry.group.dev.dependencies]
1415
bandit = "^1.7.5"

0 commit comments

Comments
 (0)