From 8622765ba9e0d79ac41891baf7b96e09a9df2b24 Mon Sep 17 00:00:00 2001 From: rehansari26 Date: Fri, 20 Sep 2024 16:18:43 +0530 Subject: [PATCH] fix: removed unused dependency "rapidfuzz" As per India Compliance App PR -> https://github.com/resilient-tech/india-compliance/pull/810 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa1bf954..f2a538eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ dynamic = ["version"] dependencies = [ "python-barcode~=0.13.1", "titlecase~=2.3", - "rapidfuzz~=2.1.4", # Not used directly - required by PyQRCode for PNG generation "pypng~=0.20220715.0",