Files
Document_translator/requirements.txt
2025-10-02 17:13:24 +08:00

57 lines
852 B
Plaintext

# Flask Framework
Flask==3.0.0
Flask-SQLAlchemy==3.1.1
Flask-Session==0.5.0
Flask-Cors==4.0.0
# Flask-SocketIO==5.3.6 # Temporarily disabled
Flask-JWT-Extended==4.6.0
# Database
PyMySQL==1.1.0
SQLAlchemy==2.0.23
Alembic==1.12.1
cryptography>=41.0.0
# Task Queue
Celery==5.3.4
redis==5.0.1
# Authentication
ldap3==2.9.1
# File Processing
python-docx==1.1.0
python-pptx==0.6.23
openpyxl==3.1.2
PyPDF2==3.0.1
PyMuPDF>=1.23.0
# Image Processing (for OCR enhancement)
Pillow>=10.0.0
opencv-python-headless==4.8.1.78
numpy>=1.24.0,<2.0.0
# Translation & Language Processing
requests==2.31.0
blingfire==0.1.8
pysbd==0.3.4
# Utilities
python-dotenv==1.0.0
Werkzeug==3.0.1
gunicorn==21.2.0
gevent>=23.9.0
# Email
Jinja2==3.1.2
# Testing
pytest==7.4.3
pytest-flask==1.3.0
pytest-mock==3.12.0
coverage==7.3.2
# Development
black==23.11.0
flake8==6.1.0