Initial commit

This commit is contained in:
2025-10-28 15:50:53 +08:00
commit 297ef231c5
31 changed files with 12708 additions and 0 deletions

25
requirements-simple.txt Normal file
View File

@@ -0,0 +1,25 @@
# 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