Update crytic-compile dep to 0.1.4

pull/351/head 0.6.7
Josselin 5 years ago
parent 7a89fc5cef
commit 3151cd0b99
  1. 4
      setup.py

@ -10,8 +10,8 @@ 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'], 'crytic-compile>=0.1.4'],
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