Bump LASER version

pull/22/head
Bernhard Mueller 7 years ago
parent 3c6f35a771
commit eef332026c
  1. 2
      requirements.txt
  2. 4
      setup.py

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

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

Loading…
Cancel
Save