2ND
This commit is contained in:
48
requirements.txt
Normal file
48
requirements.txt
Normal file
@@ -0,0 +1,48 @@
|
||||
# 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
|
||||
|
||||
# Database
|
||||
PyMySQL==1.1.0
|
||||
SQLAlchemy==2.0.23
|
||||
Alembic==1.12.1
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
eventlet==0.33.3
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user