Audiobook Maker Pro v4.2 — production ready

This commit is contained in:
Ashim Kumar
2026-05-22 18:28:47 +06:00
commit 0617a374dd
41 changed files with 15262 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
# requirements.txt - Audiobook Maker Pro v4.2 (CPU-only, production)
# --- Web framework ---
Flask==3.1.2
gunicorn==23.0.0
# --- Environment / config ---
python-dotenv==1.0.1
# --- HTTP client (Beam API calls) ---
requests==2.32.3
# --- Audio processing ---
pydub==0.25.1
# --- Document processing ---
PyMuPDF==1.24.10
python-docx==1.1.2
olefile==0.47
striprtf==0.0.29