Merge pull request #1915 from crytic/explicit-deps

make transitive dependencies explicit
pull/1919/head
Feist Josselin 2 years ago committed by GitHub
commit 6388f98fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      setup.py

@ -18,6 +18,9 @@ setup(
# "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": [

Loading…
Cancel
Save