add additional upgrade to py_ecc 2.0.0 to packages

This commit is contained in:
Danny Ryan
2020-01-07 15:12:24 -07:00
parent 12ea891ce5
commit 1f70d3eb97
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
py_ecc==1.7.1
py_ecc==2.0.0
eth-utils==1.6.0
../../test_libs/gen_helpers

View File

@@ -8,7 +8,7 @@ setup(
"eth-utils>=1.3.0,<2",
"eth-typing>=2.1.0,<3.0.0",
"pycryptodome==3.9.4",
"py_ecc==1.7.1",
"py_ecc==2.0.0",
"ssz==0.1.3",
"dataclasses==0.6",
]