From 94fb0897e431d1029efa54cc155369a222e8d469 Mon Sep 17 00:00:00 2001 From: mhh Date: Thu, 27 Jun 2024 17:49:46 +0200 Subject: [PATCH] refactor: remove unused dependency typer Co-authored-by: Laurent Peuch --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c073e689..22423e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ dependencies = [ "eth_abi>=4.0.0; python_version>=\"3.11\"", "eth_account>=0.4.0,<0.11.0", "python-magic", - "typer", "typing_extensions", ]