|
|
@ -8,15 +8,15 @@ setup( |
|
|
|
description="Slither is a Solidity static analysis framework written in Python 3.", |
|
|
|
description="Slither is a Solidity static analysis framework written in Python 3.", |
|
|
|
url="https://github.com/crytic/slither", |
|
|
|
url="https://github.com/crytic/slither", |
|
|
|
author="Trail of Bits", |
|
|
|
author="Trail of Bits", |
|
|
|
version="0.9.3", |
|
|
|
version="0.9.4", |
|
|
|
packages=find_packages(), |
|
|
|
packages=find_packages(), |
|
|
|
python_requires=">=3.8", |
|
|
|
python_requires=">=3.8", |
|
|
|
install_requires=[ |
|
|
|
install_requires=[ |
|
|
|
"packaging", |
|
|
|
"packaging", |
|
|
|
"prettytable>=3.3.0", |
|
|
|
"prettytable>=3.3.0", |
|
|
|
"pycryptodome>=3.4.6", |
|
|
|
"pycryptodome>=3.4.6", |
|
|
|
# "crytic-compile>=0.3.1,<0.4.0", |
|
|
|
"crytic-compile>=0.3.2,<0.4.0", |
|
|
|
"crytic-compile@git+https://github.com/crytic/crytic-compile.git@dev#egg=crytic-compile", |
|
|
|
# "crytic-compile@git+https://github.com/crytic/crytic-compile.git@dev#egg=crytic-compile", |
|
|
|
"web3>=6.0.0", |
|
|
|
"web3>=6.0.0", |
|
|
|
"eth-abi>=4.0.0", |
|
|
|
"eth-abi>=4.0.0", |
|
|
|
"eth-typing>=3.0.0", |
|
|
|
"eth-typing>=3.0.0", |
|
|
|