explorer: add missing ida-netnode dependency to project.toml (#2765)

This commit is contained in:
Mike Hunhoff
2025-11-18 08:55:57 -07:00
committed by GitHub
parent 8d39765e7b
commit 7780b9e8a8
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
### Bug Fixes
- add missing ida-netnode dependency to project.toml @mike-hunhoff #2765
### capa Explorer Web
### capa Explorer IDA Pro plugin

View File

@@ -74,6 +74,7 @@ dependencies = [
# comments and context.
"pyyaml>=6",
"colorama>=0.4",
"ida-netnode>=3.0",
"ida-settings>=3.1.0",
"ruamel.yaml>=0.18",
"pefile>=2023.2.7",