From e5c35def93b7642f0fc57be4530de2493af2dda8 Mon Sep 17 00:00:00 2001 From: Josselin Date: Thu, 21 Apr 2022 16:42:42 +0200 Subject: [PATCH] Update to crytic-compile 0.2.3 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d79287358..fb2744abc 100644 --- a/setup.py +++ b/setup.py @@ -14,10 +14,10 @@ setup( install_requires=[ "prettytable>=0.7.2", "pysha3>=1.0.2", - # "crytic-compile>=0.2.2", - "crytic-compile", + "crytic-compile>=0.2.3", + # "crytic-compile", ], - dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], + # dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], license="AGPL-3.0", long_description=long_description, entry_points={