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"}