From 46bb279f15ad1fc686d1ac90a5ad42b29bf069dc Mon Sep 17 00:00:00 2001 From: Simone Date: Fri, 17 Jan 2025 14:48:08 +0100 Subject: [PATCH] Use crytic-compile dev branch --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ef9d81f20..5ecd96174 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ "packaging", "prettytable>=3.10.2", "pycryptodome>=3.4.6", - "crytic-compile>=0.3.7,<0.4.0", - # "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile", + #"crytic-compile>=0.3.7,<0.4.0", + "crytic-compile@git+https://github.com/crytic/crytic-compile.git@dev#egg=crytic-compile", "web3>=6.20.2, <7", "eth-abi>=4.0.0", "eth-typing>=3.0.0",