Skip to content

Commit

Permalink
0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Sep 8, 2020
1 parent b6ca87c commit 0a117b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
description="Slither is a Solidity static analysis framework written in Python 3.",
url="https://github.com/crytic/slither",
author="Trail of Bits",
version="0.6.12",
version="0.6.13",
packages=find_packages(),
python_requires=">=3.6",
install_requires=[
"prettytable>=0.7.2",
"pysha3>=1.0.2", # "crytic-compile>=0.1.8"],
"crytic-compile",
"pysha3>=1.0.2",
"crytic-compile>=0.1.9",
# "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",
long_description=open("README.md").read(),
entry_points={
Expand Down

0 comments on commit 0a117b0

Please sign in to comment.