From c417c04bf0c4c791924e324fd27ae04ddf6ae4d2 Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 16 Aug 2019 17:38:44 +0200 Subject: [PATCH] v0.6.5 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e013405e6..ae6194d6c 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ 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.6.4', + version='0.6.5', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2', 'pysha3>=1.0.2', - 'crytic-compile'], - dependency_links=['git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile'], + 'crytic-compile>=0.1.3'], + #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={