From 8e3edb9ed442a4f45210fa856438bb5497161f85 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 6 Feb 2024 02:46:10 +0100 Subject: [PATCH] adds eth-ape as a project dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a79f5ff..a246a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = [ { name="NuCypher", email="devs@nucypher.com" }, ] -description = "Automatic Tx Machine" +description = "Automatic Transaction Machine (ATxM) for Ethereum" license = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.8" @@ -22,6 +22,7 @@ dependencies = [ test = [ "pytest", "pytest-twisted", + "eth-ape", ] [project.urls]