Bump py_ecc to 5.0.0
This commit is contained in:
parent
b43f62de0e
commit
4613c6b333
2
setup.py
2
setup.py
|
@ -536,7 +536,7 @@ setup(
|
|||
"eth-utils>=1.3.0,<2",
|
||||
"eth-typing>=2.1.0,<3.0.0",
|
||||
"pycryptodome==3.9.4",
|
||||
"py_ecc==4.0.0",
|
||||
"py_ecc==5.0.0",
|
||||
"milagro_bls_binding==1.3.0",
|
||||
"dataclasses==0.6",
|
||||
"remerkleable==0.1.17",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
py_ecc==4.0.0
|
||||
py_ecc==5.0.0
|
||||
eth-utils==1.6.0
|
||||
../../core/gen_helpers
|
||||
../../../
|
||||
|
|
Loading…
Reference in New Issue