Skip to content

Commit

Permalink
Use crytic-compile@dev-compilation-units
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Apr 9, 2021
1 parent 232dfb1 commit 73764ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
install_requires=[
"prettytable>=0.7.2",
"pysha3>=1.0.2",
"crytic-compile>=0.1.13",
# "crytic-compile",
#"crytic-compile>=0.1.13",
"crytic-compile",
],
# dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
dependency_links=["git+https://github.com/crytic/crytic-compile.git@dev-compilation-units#egg=crytic-compile"],
license="AGPL-3.0",
long_description=open("README.md").read(),
entry_points={
Expand Down

0 comments on commit 73764ed

Please sign in to comment.