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 55
66setup (
77 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." ,
99 url = "https://github.com/crytic/slither" ,
1010 author = "Trail of Bits" ,
11- version = "0.9.6 " ,
11+ version = "0.10.0 " ,
1212 packages = find_packages (),
1313 python_requires = ">=3.8" ,
1414 install_requires = [
1515 "packaging" ,
1616 "prettytable>=3.3.0" ,
1717 "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",
2020 "web3>=6.0.0" ,
2121 "eth-abi>=4.0.0" ,
2222 "eth-typing>=3.0.0" ,
You can’t perform that action at this time.
0 commit comments