meraki-analytics / lolstaticdata

Accurate League of Legends static data for champions and items
MIT License
63 stars 22 forks source link

fix: Replace fuzzywuzzy with thefuzz #89

Closed rico-vz closed 3 months ago

rico-vz commented 3 months ago

The fuzzywuzzy library has been renamed to thefuzz (see: https://github.com/seatgeek/fuzzywuzzy?tab=readme-ov-file#this-project-has-been-renamed-and-moved-to-httpsgithubcomseatgeekthefuzz). There doesn't seem to be anything broken with fuzzywuzzy but thefuzz actually receives updates.

This commit just updates the requirements and import to use thefuzz.

Didn't find any issue or PR talking about this before, so if there is any reason why lolstaticdata needs to use fuzzywuzzy instead just let me know.

jjmaldonis commented 3 months ago

Thanks! We need to update to rapidfuzz instead going forward.