File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
description = "Slither is a Solidity static analysis framework written in Python 3." ,
6
6
url = "https://github.com/crytic/slither" ,
7
7
author = "Trail of Bits" ,
8
- version = "0.7.1 " ,
8
+ version = "0.8.0 " ,
9
9
packages = find_packages (),
10
10
python_requires = ">=3.6" ,
11
11
install_requires = [
12
12
"prettytable>=0.7.2" ,
13
13
"pysha3>=1.0.2" ,
14
- # "crytic-compile>=0.1.13 ",
15
- "crytic-compile" ,
14
+ "crytic-compile>=0.2.0 " ,
15
+ # "crytic-compile",
16
16
],
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"],
18
18
license = "AGPL-3.0" ,
19
19
long_description = open ("README.md" ).read (),
20
20
entry_points = {
You can’t perform that action at this time.
0 commit comments