feat(db): fuzzy search song_id

This commit is contained in:
2023-06-06 15:00:59 +08:00
parent ac04a43c49
commit eee196d0ba
2 changed files with 42 additions and 2 deletions

View File

@ -9,7 +9,9 @@ authors = [{ name = "283375", email = "log_283375@163.com" }]
description = "Calculate your B30 & R10 locally."
readme = "README.md"
requires-python = ">=3.8"
dependencies = []
dependencies = [
"thefuzz[speedup] == 0.19.0"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",