Bump LASER version

pull/30/head
Bernhard Mueller 7 years ago
parent 5c9ca6034a
commit dab64bb058
  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.18
laser-ethereum==0.2.19
requests
BTrees

@ -219,7 +219,7 @@ security community.
setup(
name='mythril',
version='0.8.16',
version='0.8.17',
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.18',
'laser-ethereum==0.2.19',
'requests',
'BTrees'
],

Loading…
Cancel
Save