Bump py_ecc to 5.0.0

This commit is contained in:
Hsiao-Wei Wang 2020-10-01 00:44:47 +08:00
parent b43f62de0e
commit 4613c6b333
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
2 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,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==4.0.0", "py_ecc==5.0.0",
"milagro_bls_binding==1.3.0", "milagro_bls_binding==1.3.0",
"dataclasses==0.6", "dataclasses==0.6",
"remerkleable==0.1.17", "remerkleable==0.1.17",

View File

@ -1,4 +1,4 @@
py_ecc==4.0.0 py_ecc==5.0.0
eth-utils==1.6.0 eth-utils==1.6.0
../../core/gen_helpers ../../core/gen_helpers
../../../ ../../../