milagro bls 1.3 with improved error handling
This commit is contained in:
parent
d92efdf071
commit
87005c6f10
2
setup.py
2
setup.py
|
@ -503,7 +503,7 @@ setup(
|
||||||
"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==4.0.0",
|
"py_ecc==4.0.0",
|
||||||
"milagro_bls_binding==1.2.0",
|
"milagro_bls_binding==1.3.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",
|
||||||
|
|
Loading…
Reference in New Issue