37 lines
540 B
Plaintext
37 lines
540 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
|
|
|
|
# Development and Testing
|
|
pytest==7.4.3
|
|
pytest-cov==4.1.0
|
|
pytest-flask==1.3.0
|
|
|
|
# Type hints
|
|
typing-extensions==4.8.0 |