Update to crytic-compile 0.2.3

send-arbitrary-erc20
Josselin 3 years ago
parent ac1cda784e
commit e5c35def93
  1. 6
      setup.py

@ -14,10 +14,10 @@ setup(
install_requires=[ install_requires=[
"prettytable>=0.7.2", "prettytable>=0.7.2",
"pysha3>=1.0.2", "pysha3>=1.0.2",
# "crytic-compile>=0.2.2", "crytic-compile>=0.2.3",
"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=long_description, long_description=long_description,
entry_points={ entry_points={

Loading…
Cancel
Save