Fuzzy: replace thefuzz with jellyfish

GPL -> BSD2Clause and should be faster though I haven't tested it myself and just trusted people on the internet.
Jellyfish also allows us access to many more algorithms should they be any better. Trying out Jaro distance now instead of Levenshtein.
This commit is contained in:
Fabian Dill
2022-05-09 07:18:50 +02:00
committed by KonoTyran
parent a020dea277
commit 513ab62ce7
4 changed files with 14 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
colorama>=0.4.4
websockets>=10.3
PyYAML>=6.0
thefuzz[speedup]>=0.19.0
jinja2>=3.1.1
jellyfish>=0.9.0
jinja2>=3.1.2
schema>=0.7.4
kivy>=2.1.0
bsdiff4>=1.2.2