From 8e8ef2d0a40e1f37468b3c0622249f85e99d18cc Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 1 Jun 2019 03:19:29 +0200 Subject: [PATCH] Fix forgotten setup.py change, make generators using ssz work again --- test_libs/pyspec/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_libs/pyspec/setup.py b/test_libs/pyspec/setup.py index 1a131a417..e99b911ee 100644 --- a/test_libs/pyspec/setup.py +++ b/test_libs/pyspec/setup.py @@ -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" ] )