mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
setup: document networkx dep version pin
This commit is contained in:
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ requirements = [
|
|||||||
"ida-settings==2.1.0",
|
"ida-settings==2.1.0",
|
||||||
"viv-utils[flirt]==0.7.7",
|
"viv-utils[flirt]==0.7.7",
|
||||||
"halo==0.0.31",
|
"halo==0.0.31",
|
||||||
"networkx==2.5.1",
|
"networkx==2.5.1", # newer versions no longer support py3.7.
|
||||||
"ruamel.yaml==0.17.21",
|
"ruamel.yaml==0.17.21",
|
||||||
"vivisect==1.0.8",
|
"vivisect==1.0.8",
|
||||||
"pefile==2022.5.30",
|
"pefile==2022.5.30",
|
||||||
|
|||||||
Reference in New Issue
Block a user