Skip to content

Commit

Permalink
Merge pull request #1915 from crytic/explicit-deps
Browse files Browse the repository at this point in the history
make transitive dependencies explicit
  • Loading branch information
montyly authored May 16, 2023
2 parents 2670e0a + e7701f1 commit 6388f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 6388f98

Please sign in to comment.