Merge pull request #1771 from crytic/fix-required-deps

correct web3 to be required, not dev dep
pull/1772/head
Feist Josselin 2 years ago committed by GitHub
commit d43580a1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py

@ -17,6 +17,7 @@ setup(
"pycryptodome>=3.4.6",
# "crytic-compile>=0.3.0",
"crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile",
"web3>=6.0.0",
],
extras_require={
"dev": [
@ -29,7 +30,6 @@ setup(
"numpy",
"openai",
"pdoc",
"web3>=6.0.0",
],
},
license="AGPL-3.0",

Loading…
Cancel
Save