From eaeaae965bbcfb456efe0b1a6fef8be4cd8eaa46 Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 20 Dec 2019 18:05:16 +0100 Subject: [PATCH] Update to crytic-compile 0.1.6 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1d4bdcfd0..836a8f868 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ setup( python_requires='>=3.6', install_requires=['prettytable>=0.7.2', 'pysha3>=1.0.2', - #'crytic-compile>=0.1.5'], - 'crytic-compile'], - dependency_links=['git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile'], + 'crytic-compile>=0.1.6'], +# 'crytic-compile'], +# dependency_links=['git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile'], license='AGPL-3.0', long_description=open('README.md').read(), entry_points={