add pydantic-xml dependency

This commit is contained in:
mr-tz
2024-06-19 14:50:00 +00:00
parent a544aed552
commit d10b396300
2 changed files with 2 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ dependencies = [
"rich>=13",
"humanize>=4",
"protobuf>=5",
"pydantic_xml[lxml]>=2.11", # TODO benchmark lxml vs. elementtree - first impression eltree faster
# ---------------------------------------
# Dependencies that we develop

View File

@@ -28,6 +28,7 @@ pyasn1-modules==0.2.8
pycparser==2.22
pydantic==2.7.3
pydantic-core==2.18.4
pydantic-xml==2.11.0
pyelftools==0.31
pygments==2.18.0
python-flirt==0.8.10