Update requirements

pull/12/head
Bernhard Mueller 7 years ago
parent 85663a0851
commit a41af72097
  1. 2
      requirements.txt
  2. 2
      setup.py

@ -3,4 +3,4 @@ ZODB>=5.3.0
graphviz>=0.8 graphviz>=0.8
z3-solver>=4.5 z3-solver>=4.5
web3 web3
laser-ethereum laser-ethereum==0.1.1

@ -257,7 +257,7 @@ setup(
'ZODB>=5.3.0', 'ZODB>=5.3.0',
'graphviz>=0.8', 'graphviz>=0.8',
'z3-solver>=4.5' 'z3-solver>=4.5'
'laser-ethereum' 'laser-ethereum==0.1.1'
], ],
python_requires='>=3.5', python_requires='>=3.5',

Loading…
Cancel
Save