mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
MultiServer: update FuzzyWuzzy to TheFuzz
This commit is contained in:
@@ -23,7 +23,7 @@ ModuleUpdate.update()
|
||||
import websockets
|
||||
import colorama
|
||||
|
||||
from fuzzywuzzy import process as fuzzy_process
|
||||
from thefuzz import process as fuzzy_process
|
||||
|
||||
import NetUtils
|
||||
from worlds.AutoWorld import AutoWorldRegister
|
||||
|
@@ -1,7 +1,7 @@
|
||||
colorama>=0.4.4
|
||||
websockets>=10.1
|
||||
PyYAML>=6.0
|
||||
fuzzywuzzy>=0.18.0
|
||||
thefuzz[speedup] >= 0.19.0
|
||||
jinja2>=3.0.3
|
||||
schema>=0.7.4
|
||||
kivy>=2.0.0
|
||||
|
Reference in New Issue
Block a user