|
|
|
@ -5,16 +5,16 @@ setup( |
|
|
|
|
description="Slither is a Solidity static analysis framework written in Python 3.", |
|
|
|
|
url="https://github.com/crytic/slither", |
|
|
|
|
author="Trail of Bits", |
|
|
|
|
version="0.7.1", |
|
|
|
|
version="0.8.0", |
|
|
|
|
packages=find_packages(), |
|
|
|
|
python_requires=">=3.6", |
|
|
|
|
install_requires=[ |
|
|
|
|
"prettytable>=0.7.2", |
|
|
|
|
"pysha3>=1.0.2", |
|
|
|
|
# "crytic-compile>=0.1.13", |
|
|
|
|
"crytic-compile", |
|
|
|
|
"crytic-compile>=0.2.0", |
|
|
|
|
# "crytic-compile", |
|
|
|
|
], |
|
|
|
|
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], |
|
|
|
|
# dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], |
|
|
|
|
license="AGPL-3.0", |
|
|
|
|
long_description=open("README.md").read(), |
|
|
|
|
entry_points={ |
|
|
|
|