From 78aa263632ceceebee76f6e0309127e6c9dadd88 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Fri, 1 Mar 2024 09:30:36 -0500 Subject: [PATCH] update requirements ran into this when upgrading to python 3.12. seems like it's a regression in eth-rlp dependency specification --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f09f7cd0..546df61e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,11 @@ dependencies = [ "hypothesis", "pytest", "pytest-cov", + + # eth-rlp requirement, not installed by default with 3.12 + "typing-extensions", + + # gas profiling tables "rich", # required for forking: