update pyssz to include deserialization bugfix

This commit is contained in:
protolambda 2019-06-14 21:24:24 +02:00
parent 895ab67815
commit d4bf55e5a1
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ eth-typing>=2.1.0,<3.0.0
pycryptodome==3.7.3
py_ecc>=1.6.0
typing_inspect==0.4.0
ssz==0.1.0a9
ssz==0.1.0a10

View File

@ -10,6 +10,6 @@ setup(
"pycryptodome==3.7.3",
"py_ecc>=1.6.0",
"typing_inspect==0.4.0",
"ssz==0.1.0a9"
"ssz==0.1.0a10"
]
)