Update setup.py and requirements

pull/23/head
Bernhard Mueller 7 years ago
parent 3d2401f516
commit 3ed01bf77a
  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.12
laser-ethereum==0.2.14
requests
BTrees

@ -219,7 +219,7 @@ security community.
setup(
name='mythril',
version='0.8.4',
version='0.8.5',
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.13',
'laser-ethereum==0.2.14',
'requests',
'BTrees'
],

Loading…
Cancel
Save