From fe6d642b9add81a0f12415f828569ca07807a7a7 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 2 Aug 2018 13:22:48 -0700 Subject: [PATCH] try forcing old angr --- bin/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.py.in b/bin/setup.py.in index 6c217b4..4f22671 100644 --- a/bin/setup.py.in +++ b/bin/setup.py.in @@ -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==7.8.7.1', 'manticore'], entry_points={ 'console_scripts': [ 'deepstate = deepstate.main_manticore:main',