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
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 1 additions and 0 deletions

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"
]
)