Merge pull request #2537 from crytic/fix-web3

ci: require web3 with <5 eth_typing deps
pull/2541/head
alpharush 3 months ago committed by GitHub
commit 00c908c6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      setup.py

@ -17,7 +17,7 @@ setup(
"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",
"web3>=6.0.0",
"web3>=6.20.2",
"eth-abi>=4.0.0",
"eth-typing>=3.0.0",
"eth-utils>=2.1.0",

Loading…
Cancel
Save