diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4d7e9fe..17e94f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ebooklib>=0.18 # Optional dependencies beautifulsoup4>=4.11.0 # better HTML cleaning for EPUB faster-whisper>=1.0.0 # reference-audio transcription for voice cloning -# windows-curses>=2.3 # Windows only: enables the TUI (the audiobook.py hub + backends.* wizards) +windows-curses>=2.3; sys_platform == "win32" # enables the TUI on Windows # Audio processing # Note: ffmpeg is required to concatenate and encode the final audiobook. |
