Use crytic-compile#master (#628)

pull/630/head
Feist Josselin 4 years ago committed by GitHub
parent 60c6f7256f
commit b6ca87c6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      setup.py

@ -8,9 +8,12 @@ setup(
version="0.6.12", version="0.6.12",
packages=find_packages(), packages=find_packages(),
python_requires=">=3.6", python_requires=">=3.6",
install_requires=["prettytable>=0.7.2", "pysha3>=1.0.2", "crytic-compile>=0.1.8"], install_requires=[
# 'crytic-compile'], "prettytable>=0.7.2",
# dependency_links=['git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile'], "pysha3>=1.0.2", # "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", license="AGPL-3.0",
long_description=open("README.md").read(), long_description=open("README.md").read(),
entry_points={ entry_points={

Loading…
Cancel
Save