|
|
@ -5,14 +5,14 @@ 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.6.9', |
|
|
|
version='0.6.10', |
|
|
|
packages=find_packages(), |
|
|
|
packages=find_packages(), |
|
|
|
python_requires='>=3.6', |
|
|
|
python_requires='>=3.6', |
|
|
|
install_requires=['prettytable>=0.7.2', |
|
|
|
install_requires=['prettytable>=0.7.2', |
|
|
|
'pysha3>=1.0.2', |
|
|
|
'pysha3>=1.0.2', |
|
|
|
# 'crytic-compile>=0.1.6'], |
|
|
|
'crytic-compile>=0.1.7'], |
|
|
|
'crytic-compile'], |
|
|
|
# 'crytic-compile'], |
|
|
|
dependency_links=['git+https://github.com/crytic/crytic-compile.git@dev#egg=crytic-compile'], |
|
|
|
# dependency_links=['git+https://github.com/crytic/crytic-compile.git@dev#egg=crytic-compile'], |
|
|
|
license='AGPL-3.0', |
|
|
|
license='AGPL-3.0', |
|
|
|
long_description=open('README.md').read(), |
|
|
|
long_description=open('README.md').read(), |
|
|
|
entry_points={ |
|
|
|
entry_points={ |
|
|
|