Fix z3 version

pull/656/head
Bernhard Mueller 6 years ago
commit 43ee4e8179
  1. 2
      mythril/version.py
  2. 2
      requirements.txt
  3. 2
      setup.py

@ -1,3 +1,3 @@
# This file is suitable for sourcing inside POSIX shell, e.g. bash as # This file is suitable for sourcing inside POSIX shell, e.g. bash as
# well as for importing into Python # well as for importing into Python
VERSION = "v0.18.13" # NOQA VERSION = "v0.19.1" # NOQA

@ -24,5 +24,5 @@ pytest_mock
requests requests
rlp>=1.0.1 rlp>=1.0.1
transaction>=2.2.1 transaction>=2.2.1
z3-solver>=4.8 z3-solver==4.5.1.0.post2
pysha3 pysha3

@ -75,7 +75,7 @@ setup(
install_requires=[ install_requires=[
"coloredlogs>=10.0", "coloredlogs>=10.0",
"ethereum>=2.3.2", "ethereum>=2.3.2",
"z3-solver>=4.8", "z3-solver==4.5.1.0.post2",
"requests", "requests",
"py-solc", "py-solc",
"plyvel", "plyvel",

Loading…
Cancel
Save