Files
1015_IT_behavior_alignment_V2/requirements-simple.txt
2025-10-28 15:50:53 +08:00

26 lines
397 B
Plaintext

# Core Flask dependencies
Flask==2.3.3
Flask-SQLAlchemy==3.0.5
Flask-CORS==4.0.0
Flask-Login==0.6.3
Flask-JWT-Extended==4.5.2
Flask-Bcrypt==1.0.1
Werkzeug==2.3.7
# Database
PyMySQL==1.1.0
cryptography==41.0.4
# Utilities
python-dotenv==1.0.0
# Scheduling
APScheduler==3.10.4
# Production server
gunicorn==21.2.0
# Optional: Use pre-compiled pandas if needed
# pandas==2.1.1
# openpyxl==3.1.2