Skip to content

Commit 2fcde62

Browse files
committed
update setup.py
1 parent cd134c4 commit 2fcde62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
install_requires=[
1212
"prettytable>=0.7.2",
1313
"pysha3>=1.0.2",
14-
"crytic-compile>=0.2.0",
15-
# "crytic-compile",
14+
# "crytic-compile>=0.2.0",
15+
"crytic-compile",
1616
],
17-
# dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
17+
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
1818
license="AGPL-3.0",
1919
long_description=open("README.md").read(),
2020
entry_points={

0 commit comments

Comments
 (0)