diff --git a/setup.py b/setup.py index d62cae3c..f10ce032 100644 --- a/setup.py +++ b/setup.py @@ -103,15 +103,16 @@ def run(self): # reverse: numpy is a dependency for reverse. # https://github.com/numpy/numpy/issues/2434 # numpy is already installed in travis-ci - setup_requires=["numpy"], + ## setup_requires=["numpy"], # search: install requires only pefile, python-ptrace for memory-dump # reverse: install requires networkx, numpy, Levenshtein for signatures install_requires=["pefile", "python-ptrace", - # reverse - "numpy", - "networkx", - "python-Levenshtein"], + # reverse need these. + #"numpy", + #"networkx", + #"python-Levenshtein" + ], dependency_links=[#"https://github.com/trolldbois/ctypeslib/tarball/dev#egg=ctypeslib2-2.4beta", "https://github.com/volatilityfoundation/volatility/tarball/master#egg=volatility-trunk", "https://github.com/google/rekall/tarball/master#egg=rekall-trunk",