mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
explorer: add missing ida-netnode dependency to project.toml (#2765)
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
- add missing ida-netnode dependency to project.toml @mike-hunhoff #2765
|
||||||
|
|
||||||
### capa Explorer Web
|
### capa Explorer Web
|
||||||
|
|
||||||
### capa Explorer IDA Pro plugin
|
### capa Explorer IDA Pro plugin
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ dependencies = [
|
|||||||
# comments and context.
|
# comments and context.
|
||||||
"pyyaml>=6",
|
"pyyaml>=6",
|
||||||
"colorama>=0.4",
|
"colorama>=0.4",
|
||||||
|
"ida-netnode>=3.0",
|
||||||
"ida-settings>=3.1.0",
|
"ida-settings>=3.1.0",
|
||||||
"ruamel.yaml>=0.18",
|
"ruamel.yaml>=0.18",
|
||||||
"pefile>=2023.2.7",
|
"pefile>=2023.2.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user