mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
add pydantic-xml dependency
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user