Fix forgotten setup.py change, make generators using ssz work again

This commit is contained in:
protolambda
2019-06-01 03:19:29 +02:00
parent fae1e9285d
commit 8e8ef2d0a4

View File

@@ -9,5 +9,6 @@ setup(
"eth-typing>=2.1.0,<3.0.0",
"pycryptodome==3.7.3",
"py_ecc>=1.6.0",
"typing_inspect==0.4.0"
]
)