mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-01 12:16:26 +00:00
feat(db): fuzzy search song_id
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user