From 0da38970b486e741fcbfe087a69c664d8ad61a25 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 11 Jul 2024 17:55:40 +0100 Subject: [PATCH] build: remove thefuzz dep (moved to conflator) --- pdm.lock | 15 +-------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/pdm.lock b/pdm.lock index 4f6a664fa..f81289945 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "docs", "debug", "test", "dev", "ui"] strategy = ["cross_platform"] lock_version = "4.4.1" -content_hash = "sha256:1fef794973216c4ba8f4adb917f2c27de11c9d96d42e85b753fe94782bac633e" +content_hash = "sha256:9d6767d20d5fd568ecff1c6d3fe1f5373f0d3f1715c2f39332943a6767c1f8b2" [[package]] name = "aiohttp" @@ -2012,19 +2012,6 @@ files = [ {file = "termcolor-2.4.0.tar.gz", hash = "sha256:aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a"}, ] -[[package]] -name = "thefuzz" -version = "0.20.0" -requires_python = ">=3.7" -summary = "Fuzzy string matching in python" -dependencies = [ - "rapidfuzz<4.0.0,>=3.0.0", -] -files = [ - {file = "thefuzz-0.20.0-py3-none-any.whl", hash = "sha256:bd2b657a12bd8518917d2d71c53125368706233b822fac688fca956730154388"}, - {file = "thefuzz-0.20.0.tar.gz", hash = "sha256:a25e49786b1c4603c7fc6e2d69e6bc660982a2919698b536ff8354e0631cc40d"}, -] - [[package]] name = "tomli" version = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index 10a61f03f..3dd1980bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ dependencies = [ "segno>=1.5.2", "xmltodict>=0.13.0", "shapely>=1.8.5", - "thefuzz>=0.19.0", # levenshtein used by thefuzz underneath (do not remove) "levenshtein>=0.20.0", "haversine>=2.8.0",