Merge branch 'dependence' of github.com:ConsenSys/mythril-classic into dependence

pull/1029/head
Bernhard Mueller 6 years ago
commit c419cd9430
  1. 2
      mythril/interfaces/cli.py
  2. 2
      requirements.txt
  3. 2
      setup.py

@ -216,7 +216,7 @@ def create_parser(parser: argparse.ArgumentParser) -> None:
options.add_argument(
"--execution-timeout",
type=int,
default=86400,
default=600,
help="The amount of seconds to spend on symbolic execution",
)
options.add_argument(

@ -3,7 +3,7 @@ configparser>=3.5.0
coverage
py_ecc==1.4.2
eth_abi==1.3.0
eth-account>=0.1.0a2
eth-account>=0.1.0a2,<=0.3.0
ethereum>=2.3.2
ethereum-input-decoder>=0.2.2
eth-hash>=0.1.0

@ -81,7 +81,7 @@ setup(
"plyvel",
"eth_abi==1.3.0",
"eth-utils>=1.0.1",
"eth-account>=0.1.0a2",
"eth-account>=0.1.0a2,<=0.3.0",
"eth-hash>=0.1.0",
"eth-keyfile>=0.5.1",
"eth-keys>=0.2.0b3",

Loading…
Cancel
Save