Update setup.py & requirements

pull/23/head
Bernhard Mueller 7 years ago
parent 6ee991d180
commit d6455d330d
  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.9
laser-ethereum==0.2.11
requests
BTrees

@ -219,7 +219,7 @@ security community.
setup(
name='mythril',
version='0.8.1',
version='0.8.2',
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.9',
'laser-ethereum==0.2.11',
'requests',
'BTrees'
],

Loading…
Cancel
Save