Bump py_ecc to v4.0.0 (IETF BLS v2 + H2C v7)
This commit is contained in:
parent
78d83b6c7d
commit
ed194de26b
2
setup.py
2
setup.py
|
@ -501,7 +501,7 @@ setup(
|
||||||
"eth-utils>=1.3.0,<2",
|
"eth-utils>=1.3.0,<2",
|
||||||
"eth-typing>=2.1.0,<3.0.0",
|
"eth-typing>=2.1.0,<3.0.0",
|
||||||
"pycryptodome==3.9.4",
|
"pycryptodome==3.9.4",
|
||||||
"py_ecc==3.0.0",
|
"py_ecc==4.0.0",
|
||||||
"dataclasses==0.6",
|
"dataclasses==0.6",
|
||||||
"remerkleable==0.1.13",
|
"remerkleable==0.1.13",
|
||||||
"ruamel.yaml==0.16.5",
|
"ruamel.yaml==0.16.5",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
py_ecc==3.0.0
|
py_ecc==4.0.0
|
||||||
eth-utils==1.6.0
|
eth-utils==1.6.0
|
||||||
../../core/gen_helpers
|
../../core/gen_helpers
|
||||||
../../../
|
../../../
|
||||||
|
|
Loading…
Reference in New Issue