Files
TODOLIST/backend/requirements.txt
beabigegg a2f024704c backup
2025-09-12 07:37:26 +08:00

40 lines
583 B
Plaintext

# Flask and Extensions
Flask==2.3.3
Flask-JWT-Extended==4.5.3
Flask-CORS==4.0.0
Flask-SQLAlchemy==3.0.5
Flask-Migrate==4.0.5
Flask-Mail==0.9.1
# Database
SQLAlchemy==2.0.23
PyMySQL==1.1.0
# Task Queue
Celery==5.3.4
redis==5.0.1
# LDAP (Windows compatible)
ldap3==2.9.1
# Excel Processing
pandas==2.1.3
openpyxl==3.1.2
xlsxwriter==3.1.9
# Utilities
python-dotenv==1.0.0
Werkzeug==2.3.7
requests==2.31.0
colorlog==6.8.0
# Production WSGI Server
gunicorn==21.2.0
# Development and Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-flask==1.3.0
# Type hints
typing-extensions==4.8.0