Use custom version of thefuzz with no logging

This commit is contained in:
Zeva Rose 2022-12-28 18:49:00 -07:00
parent dfc43c1420
commit b4fd6b1f5b

View file

@ -25,7 +25,7 @@ jurigged = "^0.5.3"
naff = { version = "^2.0.0", extras = ["orjson"] } naff = { version = "^2.0.0", extras = ["orjson"] }
ansitoimg = "^2022.1" ansitoimg = "^2022.1"
nest-asyncio = "^1.5.5" 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" beautifulsoup4 = "^4.11.1"
calculator = {git = "https://git.zevaryx.com/zevaryx/calculator.git"} calculator = {git = "https://git.zevaryx.com/zevaryx/calculator.git"}
nafftrack = {git = "https://github.com/zevaryx/nafftrack.git"} nafftrack = {git = "https://github.com/zevaryx/nafftrack.git"}