Merge pull request #722 from crytic/dev-crytic-compile-0.1.11

Update to crytic-compile 0.1.11
pull/725/head
Feist Josselin 4 years ago committed by GitHub
commit f9f40053b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      setup.py

@ -11,10 +11,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.1.10", "crytic-compile>=0.1.11",
"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