mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
MultiServer: update FuzzyWuzzy to TheFuzz
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user