ssz==0.1.3

This commit is contained in:
Hsiao-Wei Wang 2019-07-15 11:33:09 +08:00
parent db9091f507
commit 82e2c559ca
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
eth-utils==1.6.0
../../test_libs/gen_helpers
../../test_libs/config_helpers
ssz==0.1.0a2
ssz==0.1.3

View File

@ -3,4 +3,4 @@ eth-typing>=2.1.0,<3.0.0
pycryptodome==3.7.3
py_ecc==1.7.1
dataclasses==0.6
ssz==0.1.0a11
ssz==0.1.3

View File

@ -9,7 +9,7 @@ setup(
"eth-typing>=2.1.0,<3.0.0",
"pycryptodome==3.7.3",
"py_ecc==1.7.1",
"ssz==0.1.0a11",
"ssz==0.1.3",
"dataclasses==0.6",
]
)