From e634add3ecbae5426cb9bf491110a67077db96dc Mon Sep 17 00:00:00 2001 From: Daejun Park Date: Mon, 18 Nov 2024 23:54:00 -0800 Subject: [PATCH] chore: add rich dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f03198cb..081de0c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ dependencies = [ "sortedcontainers>=2.4.0", "toml>=0.10.2", "z3-solver==4.12.6.0", - "eth_hash[pysha3]>=0.7.0" + "eth_hash[pysha3]>=0.7.0", + "rich>=13.8.1" ] dynamic = ["version"]