feat: add audioop-lts dependencies (#2809)

pydub needs audioop as a requirement but this builtin package has been removed in 3.13
This commit is contained in:
Soulter
2025-09-18 23:32:04 +08:00
committed by GitHub
parent 3a9429e8ef
commit a030fe8491
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -49,6 +49,8 @@ dependencies = [
"watchfiles>=1.0.5",
"websockets>=15.0.1",
"wechatpy>=1.8.18",
"audioop-lts ; python_full_version >= '3.13'",
"click>=8.2.1",
]
[project.scripts]