diff options
| author | historia <historiavg@proton.me> | 2026-08-17 18:33:14 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-17 18:33:14 -0400 |
| commit | b4025ca7adb64ad4cfdbac62ea59765fbe76b8e6 (patch) | |
| tree | a9fd0a4747aae48ed92561c503f940b76b223752 /requirements.txt | |
| parent | 636a4523e640372e72e89a697c1a3821be7c609c (diff) | |
| download | tts-audiobook-generator-b4025ca7adb64ad4cfdbac62ea59765fbe76b8e6.tar.gz | |
chore(deps): swap pypdf2 for pypdf, drop docx support
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 8aee350..8559cb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,12 @@ # Core dependencies for Qwen Audiobook Converter gradio_client>=0.7.0 -requests>=2.28.0 -PyPDF2>=3.0.0 +pypdf>=4.0.0 ebooklib>=0.18 pydub>=0.25.1 -# Optional dependencies for additional format support -python-docx>=0.8.11 -docx2txt>=0.8 -beautifulsoup4>=4.11.0 -faster-whisper>=1.0.0 +# Optional dependencies +beautifulsoup4>=4.11.0 # better HTML cleaning for EPUB +faster-whisper>=1.0.0 # reference-audio transcription for voice cloning # Audio processing # Note: ffmpeg is required for pydub audio processing |
