fix: add av to package requirements

This commit is contained in:
nightcityblade
2026-05-30 23:08:14 +08:00
committed by Aaron Boxer
parent 5334ea0f7a
commit 6242ad7f81
+1
View File
@@ -43,6 +43,7 @@ setup(
),
install_requires=[
"PyAudio",
"av",
"faster-whisper==1.2.0",
"torch",
"torchaudio",