Merge pull request #2541 from crytic/fix-deps

add upper bound
pull/2506/head
alpharush 3 months ago committed by GitHub
commit aff055ad7a
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.20.2",
"web3>=6.20.2, <7",
"eth-abi>=4.0.0",
"eth-typing>=3.0.0",
"eth-utils>=2.1.0",

Loading…
Cancel
Save