Use custom version of thefuzz with no logging
This commit is contained in:
parent
dfc43c1420
commit
b4fd6b1f5b
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Reference in a new issue