Audiobook Maker Pro v4.2 — production ready
This commit is contained in:
20
requirements.txt
Normal file
20
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user