Added pydub requirement for audio generation

This commit is contained in:
ebolam
2022-12-20 20:46:03 -05:00
parent 5df401f56e
commit 3b4a257a3d
4 changed files with 7 additions and 3 deletions

View File

@@ -38,4 +38,5 @@ dependencies:
- flask_compress - flask_compress
- ijson - ijson
- bitsandbytes - bitsandbytes
- ftfy - ftfy
- pydub

View File

@@ -36,3 +36,4 @@ dependencies:
- flask_compress - flask_compress
- ijson - ijson
- ftfy - ftfy
- pydub

View File

@@ -26,4 +26,5 @@ ansi2html
flask_compress flask_compress
ijson ijson
bitsandbytes bitsandbytes
ftfy ftfy
pydub

View File

@@ -27,4 +27,5 @@ psutil
ansi2html ansi2html
flask_compress flask_compress
ijson ijson
ftfy ftfy
pydub