# Flask and extensions Flask==3.0.0 Flask-SQLAlchemy==3.1.1 Flask-Login==0.6.3 # Database psycopg2-binary==2.9.9 SQLAlchemy==2.0.23 # Whisper (OpenAI's speech recognition) openai-whisper==20231117 # OpenAI API openai==1.3.7 # Document generation python-docx==1.1.0 Pillow==10.1.0 weasyprint==60.1 # For better PDF generation with Arabic support openpyxl==3.1.2 # For Excel exports # Audio processing dependencies (for Whisper) torch==2.1.2 torchaudio==2.1.2 ffmpeg-python==0.2.0 # Utilities python-dotenv==1.0.0 werkzeug==3.0.1 # Optional: For better performance numba==0.58.1