基本的设计已经完成,今天休息一下

This commit is contained in:
2026-01-26 09:39:22 +08:00
parent 734ee2dd66
commit 0de959c396
40 changed files with 1372 additions and 209 deletions

View File

@@ -4,6 +4,8 @@
requires-python = ">= 3.8, < 4.0"
dependencies = [
"mido >= 1.3",
"tomli>=2.4.0; python_version < '3.11'",
"tomli-w>=1.0.0",
"xxhash >= 3",
]
@@ -47,7 +49,7 @@
full = [
"TrimMCStruct <= 0.0.5.9",
"brotli >= 1.0.0",
"numpy"
"numpy",
]
dev = [
"TrimMCStruct <= 0.0.5.9",