Skip to content

Commit

Permalink
Merge pull request #1405 from crytic/dev-fix-setup
Browse files Browse the repository at this point in the history
Fix deps install
  • Loading branch information
montyly committed Oct 5, 2022
2 parents 996712c + 864e1ad commit 1a50c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prettytable>=0.7.2",
"pysha3>=1.0.2",
# "crytic-compile>=0.2.3",
"crytic-compile",
"crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile",
],
extras_require={
"dev": [
Expand All @@ -28,7 +28,6 @@
"solc-select>=v1.0.0b1",
]
},
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
license="AGPL-3.0",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1a50c85

Please sign in to comment.