From b4fd6b1f5bd5f572709acb5422cdea898cbe7881 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 28 Dec 2022 18:49:00 -0700 Subject: [PATCH] Use custom version of thefuzz with no logging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93b7a6a..253a67c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ jurigged = "^0.5.3" naff = { version = "^2.0.0", extras = ["orjson"] } ansitoimg = "^2022.1" nest-asyncio = "^1.5.5" -thefuzz = {extras = ["speedup"], version = "^0.19.0"} +thefuzz = {extras = ["speedup"], git = "https://github.com/zevaryx/thefuzz.git", rev = "master"} beautifulsoup4 = "^4.11.1" calculator = {git = "https://git.zevaryx.com/zevaryx/calculator.git"} nafftrack = {git = "https://github.com/zevaryx/nafftrack.git"}