forked from mirror/Archipelago
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:
@@ -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
|
||||
Reference in New Issue
Block a user