From 82d7ff0bd969b83b4db4439b19e2c4d9fa0aec0d Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:46:56 -0400 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6a2a10b..284361a 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ "eth-ape>=0.8.2,<0.9", "ecdsa>=0.19.0,<1", "cryptography>=37.0.4,<38", + "cchecksum>=0.0.3,<1", ], # NOTE: Add 3rd party libraries here entry_points={"ape_cli_subcommands": ["ape_aws=ape_aws._cli:cli"]}, python_requires=">=3.7,<4",