Update to crytic-compile 0.1.6

pull/391/head
Josselin 5 years ago
parent bac1032778
commit eaeaae965b
  1. 6
      setup.py

@ -10,9 +10,9 @@ setup(
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.5'], 'crytic-compile>=0.1.6'],
'crytic-compile'], # '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', license='AGPL-3.0',
long_description=open('README.md').read(), long_description=open('README.md').read(),
entry_points={ entry_points={

Loading…
Cancel
Save