go back to not trying manticore/angr on mac (it'll fail)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ setuptools.setup(
|
||||
author_email="peter@trailofbits.com",
|
||||
license="Apache-2.0",
|
||||
keywords="tdd testing symbolic execution",
|
||||
install_requires=['angr', 'manticore'],
|
||||
install_requires=["angr ; sys_platform != 'darwin'", "manticore ; sys_platform != 'darwin'"],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'deepstate = deepstate.main_manticore:main',
|
||||
|
||||
Reference in New Issue
Block a user