From 0ff6491cd180aa0a0ef8786c90aca4f7f9badf05 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 16 Jul 2024 10:57:51 -0400 Subject: [PATCH] Remove reliance on checksumdir install --- hera_librarian/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hera_librarian/utils.py b/hera_librarian/utils.py index 3a4c586..a76893c 100644 --- a/hera_librarian/utils.py +++ b/hera_librarian/utils.py @@ -18,8 +18,6 @@ # --- Begin MIT Licensed checksumdir --- -__version__ = pkg_resources.require("checksumdir")[0].version - HASH_FUNCS = { "md5": hashlib.md5, "xxh3": xxhash.xxh3_128,