准备迁移 MusicPreview 插件

This commit is contained in:
Eilles
2026-07-07 02:22:45 +08:00
parent 4d780b4922
commit 2919722c52
12 changed files with 3176 additions and 562 deletions
+15 -3
View File
@@ -49,21 +49,33 @@
"mido >= 1.3, < 2.0",
]
structure = [
"numpy",
"numpy < 3.0",
"TrimMCStruct <= 0.0.5.9",
"brotli >= 1.0.0, < 2.0",
]
preview = [
"numpy < 3.0",
"soundfile",
"sounddevice",
"librosa",
]
full = [
"mido >= 1.3, < 2.0",
"numpy",
"numpy < 3.0",
"TrimMCStruct <= 0.0.5.9",
"brotli >= 1.0.0, < 2.0",
"soundfile",
"sounddevice",
"librosa",
]
dev = [
"mido >= 1.3, < 2.0",
"numpy",
"numpy < 3.0",
"TrimMCStruct <= 0.0.5.9",
"brotli >= 1.0.0, < 2.0",
"soundfile",
"sounddevice",
"librosa",
"dill",
"rich",
"pyinstaller",