mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
setup: Add vivisect installation to setup.py
Vivisect is not available on PyPI. Tell `pip` in `setup.py` where to find it so that it is not needed to do it as a separate step.
This commit is contained in:
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ if sys.version_info >= (3, 0):
|
||||
else:
|
||||
# py2
|
||||
requirements.append("enum34")
|
||||
requirements.append("vivisect")
|
||||
requirements.append("vivisect @ https://github.com/williballenthin/vivisect/tarball/master#egg=vivisect")
|
||||
requirements.append("viv-utils")
|
||||
requirements.append("networkx==2.2") # v2.2 is last version supported by Python 2.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user