Skip to content

Commit

Permalink
Use crytic-compile 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Apr 24, 2020
1 parent fc4cc3b commit e24624f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
python_requires='>=3.6',
install_requires=['prettytable>=0.7.2',
'pysha3>=1.0.2',
# 'crytic-compile>=0.1.7'],
'crytic-compile'],
dependency_links=['git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile'],
'crytic-compile>=0.1.8'],
# '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={
Expand Down

0 comments on commit e24624f

Please sign in to comment.