MultiServer: update FuzzyWuzzy to TheFuzz
This commit is contained in:
parent
b4f17e67d0
commit
80a7e4175b
|
@ -23,7 +23,7 @@ ModuleUpdate.update()
|
||||||
import websockets
|
import websockets
|
||||||
import colorama
|
import colorama
|
||||||
|
|
||||||
from fuzzywuzzy import process as fuzzy_process
|
from thefuzz import process as fuzzy_process
|
||||||
|
|
||||||
import NetUtils
|
import NetUtils
|
||||||
from worlds.AutoWorld import AutoWorldRegister
|
from worlds.AutoWorld import AutoWorldRegister
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
colorama>=0.4.4
|
colorama>=0.4.4
|
||||||
websockets>=10.1
|
websockets>=10.1
|
||||||
PyYAML>=6.0
|
PyYAML>=6.0
|
||||||
fuzzywuzzy>=0.18.0
|
thefuzz[speedup] >= 0.19.0
|
||||||
jinja2>=3.0.3
|
jinja2>=3.0.3
|
||||||
schema>=0.7.4
|
schema>=0.7.4
|
||||||
kivy>=2.0.0
|
kivy>=2.0.0
|
||||||
|
|
Loading…
Reference in New Issue