Fix forgotten setup.py change, make generators using ssz work again
This commit is contained in:
parent
fae1e9285d
commit
8e8ef2d0a4
test_libs/pyspec
|
@ -9,5 +9,6 @@ setup(
|
||||||
"eth-typing>=2.1.0,<3.0.0",
|
"eth-typing>=2.1.0,<3.0.0",
|
||||||
"pycryptodome==3.7.3",
|
"pycryptodome==3.7.3",
|
||||||
"py_ecc>=1.6.0",
|
"py_ecc>=1.6.0",
|
||||||
|
"typing_inspect==0.4.0"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue