Skip to content

Commit

Permalink
Merge pull request #1771 from crytic/fix-required-deps
Browse files Browse the repository at this point in the history
correct web3 to be required, not dev dep
  • Loading branch information
montyly authored Mar 17, 2023
2 parents 081056c + 462396e commit d43580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"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": [
Expand All @@ -29,7 +30,6 @@
"numpy",
"openai",
"pdoc",
"web3>=6.0.0",
],
},
license="AGPL-3.0",
Expand Down

0 comments on commit d43580a

Please sign in to comment.