24 lines
430 B
Plaintext
24 lines
430 B
Plaintext
# 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
|
|
|
|
# --- Image processing (thumbnails) ---
|
|
Pillow==10.4.0
|
|
|
|
# --- Document processing ---
|
|
PyMuPDF==1.24.10
|
|
python-docx==1.1.2
|
|
olefile==0.47
|
|
striprtf==0.0.29
|