Skip to content

Commit ae35acc

Browse files
author
Francisco Javier Franco Algarrada
committed
update coincurve from 8 to 10 version
1 parent 387496a commit ae35acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Installing these libraries may make the evm perform better than
2424
# using the default fallbacks though.
2525
'eth-extra': [
26-
"coincurve>=8.0.0,<9.0.0",
26+
"coincurve>=10.0.0,<11.0.0",
2727
"eth-hash[pysha3];implementation_name=='cpython'",
2828
"eth-hash[pycryptodome];implementation_name=='pypy'",
2929
"plyvel==1.0.5",
@@ -40,7 +40,7 @@
4040
"async-generator==1.10",
4141
"bloom-filter==1.3",
4242
"cachetools>=2.1.0,<3.0.0",
43-
"coincurve>=8.0.0,<9.0.0",
43+
"coincurve>=10.0.0,<11.0.0",
4444
"ipython>=6.2.1,<7.0.0",
4545
"plyvel==1.0.5",
4646
"web3==4.4.1",

0 commit comments

Comments
 (0)