From e7701f1a1782f5593e60a98cc1d9528ab5451af7 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Mon, 15 May 2023 08:51:42 -0500 Subject: [PATCH] make transitive dependencies explicit --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 39ee2b1e02..5c220eaf7f 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,9 @@ # "crytic-compile>=0.3.1,<0.4.0", "crytic-compile@git+https://github.com/crytic/crytic-compile.git@windows-rel-path#egg=crytic-compile", "web3>=6.0.0", + "eth-abi>=4.0.0", + "eth-typing>=3.0.0", + "eth-utils>=2.1.0", ], extras_require={ "lint": [