Skip to content

Commit 4b55839

Browse files
committed
0.8.0
1 parent 86c1e8a commit 4b55839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
description="Slither is a Solidity static analysis framework written in Python 3.",
66
url="https://github.com/crytic/slither",
77
author="Trail of Bits",
8-
version="0.7.1",
8+
version="0.8.0",
99
packages=find_packages(),
1010
python_requires=">=3.6",
1111
install_requires=[
1212
"prettytable>=0.7.2",
1313
"pysha3>=1.0.2",
14-
# "crytic-compile>=0.1.13",
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)