Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
trying to fix yet another issue with rekall, the distorm3 module need…
Browse files Browse the repository at this point in the history
…s --pre and the 2.7.9 version of pip doesn't know about tthat :)
  • Loading branch information
brifordwylie committed Dec 31, 2014
1 parent c195fac commit df0e4e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import mock

MOCK_MODULES = ['coverage', 'cython', 'distorm3>=0', 'elasticsearch',
MOCK_MODULES = ['coverage', 'cython', 'distorm3', 'elasticsearch',
'funcsigs', 'filemagic', 'pefile', 'peutils', 'py2neo',
'pymongo', 'pytest-cov', 'rekall', 'rekall.plugins',
'rekall.plugins.addrspaces', 'rekall.plugins.renderers.data_export',
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
include_package_data=True,
scripts=['workbench/server/workbench_server', 'workbench_apps/workbench_cli/workbench'],
tests_require=['tox'],
install_requires=['cython', 'elasticsearch', 'funcsigs', 'flask', 'filemagic',
'ipython', 'lz4', 'mock', 'pandas', 'pefile',
dependency_links=['packages/distorm3-3.tar.gz'],
install_requires=['cython', 'distorm3', 'elasticsearch', 'funcsigs', 'flask', 'filemagic',
'ipython', 'lz4', 'mock', 'numpy', 'pandas', 'pefile',
'py2neo==1.6.4', 'pymongo', 'pytest', 'rekall==1.0.3', 'requests',
'ssdeep==2.9-0.3', 'urllib3', 'yara', 'zerorpc', 'cython'],
license='MIT',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/workbench
deps =
git+https://github.com/nedbat/coveragepy.git
packages/distorm3-3.tar.gz
pytest
pytest-cov==1.8.0
gevent
Expand Down

0 comments on commit df0e4e3

Please sign in to comment.