mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
setup: add backports.lru_cache for py2.7
This commit is contained in:
1
setup.py
1
setup.py
@@ -23,6 +23,7 @@ else:
|
||||
requirements.append("vivisect @ https://github.com/williballenthin/vivisect/tarball/v0.0.20200804#egg=vivisect")
|
||||
requirements.append("viv-utils")
|
||||
requirements.append("networkx==2.2") # v2.2 is last version supported by Python 2.7
|
||||
requirements.append("backports.functools-lru-cache")
|
||||
|
||||
# this sets __version__
|
||||
# via: http://stackoverflow.com/a/7071358/87207
|
||||
|
||||
Reference in New Issue
Block a user