Skip to content

Commit

Permalink
try without numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Sep 10, 2015
1 parent 7f11647 commit 313bf23
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 313bf23

Please sign in to comment.