Update setup.py and requirements

pull/30/head
Bernhard Mueller 7 years ago
parent 9a21e30eba
commit c8e8ade09c
  1. 2
      requirements.txt
  2. 4
      setup.py

@ -2,6 +2,6 @@ ethereum>=2.0.4
ZODB>=5.3.0
z3-solver>=4.5
web3
laser-ethereum==0.2.15
laser-ethereum==0.2.16
requests
BTrees

@ -219,7 +219,7 @@ security community.
setup(
name='mythril',
version='0.8.8',
version='0.8.9',
description='A reversing and bug hunting framework for the Ethereum blockchain',
long_description=long_description,
@ -256,7 +256,7 @@ setup(
'web3',
'ZODB>=5.3.0',
'z3-solver>=4.5',
'laser-ethereum==0.2.15',
'laser-ethereum==0.2.16',
'requests',
'BTrees'
],

Loading…
Cancel
Save