Update setup.py & requirements.txt

pull/22/head
Bernhard Mueller 7 years ago
parent 9ebb8c380c
commit 5b13432f15
  1. 2
      myth
  2. 3
      requirements.txt
  3. 7
      setup.py

@ -215,7 +215,7 @@ elif (args.trace):
else:
if args.infura_mainnet:
eth = EthJsonRpc('mainnet.infura.io', 443, True)
eth = EthJsonRpc('mainnet.infura.io', 443, True)
elif args.infura_rinkeby:
eth = EthJsonRpc('rinkeby.infura.io', 443, True)
elif args.infura_kovan:

@ -2,5 +2,6 @@ ethereum>=2.0.4
ZODB>=5.3.0
z3-solver>=4.5
web3
laser-ethereum>=0.1.4
laser-ethereum>=0.1.11
requests
BTrees

@ -219,7 +219,7 @@ security community.
setup(
name='mythril',
version='0.5.10',
version='0.6.0',
description='A reversing and bug hunting framework for the Ethereum blockchain',
long_description=long_description,
@ -256,8 +256,9 @@ setup(
'web3',
'ZODB>=5.3.0',
'z3-solver>=4.5',
'laser-ethereum>=0.1.7',
'requests'
'laser-ethereum>=0.1.11',
'requests',
'BTrees'
],
python_requires='>=3.5',

Loading…
Cancel
Save