From e86f2767305eee90bc1af4aac019c77a48ccdf77 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Mon, 18 Mar 2024 17:59:56 -0400 Subject: [PATCH] manually add typing_extensions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d016170a9d..279a552e6c 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ "hypothesis[lark]>=6.0,<7.0", "eth-stdlib==0.2.7", "setuptools", + "typing_extensions", # eth-rlp>2 asks for this properly but it has a conflict ], "lint": [ "black==23.12.0",