|
|
@ -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={ |
|
|
|