File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "slither-analyzer" ,
8
- description = "Slither is a Solidity static analysis framework written in Python 3." ,
8
+ description = "Slither is a Solidity and Vyper static analysis framework written in Python 3." ,
9
9
url = "https://github.com/crytic/slither" ,
10
10
author = "Trail of Bits" ,
11
- version = "0.9.6 " ,
11
+ version = "0.10.0 " ,
12
12
packages = find_packages (),
13
13
python_requires = ">=3.8" ,
14
14
install_requires = [
15
15
"packaging" ,
16
16
"prettytable>=3.3.0" ,
17
17
"pycryptodome>=3.4.6" ,
18
- # "crytic-compile>=0.3.1 ,<0.4.0",
19
- "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile" ,
18
+ "crytic-compile>=0.3.5 ,<0.4.0" ,
19
+ # "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile",
20
20
"web3>=6.0.0" ,
21
21
"eth-abi>=4.0.0" ,
22
22
"eth-typing>=3.0.0" ,
You can’t perform that action at this time.
0 commit comments