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 -1
View File
@@ -42,4 +42,5 @@ slack-sdk
pydub
sqlmodel
deprecated
sqlalchemy[asyncio]
sqlalchemy[asyncio]
audioop-lts; python_version>='3.13'