MultiServer: update FuzzyWuzzy to TheFuzz

This commit is contained in:
Fabian Dill 2022-01-19 06:14:13 +01:00
parent b4f17e67d0
commit 80a7e4175b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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