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

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
Flask==2.3.3
Flask-SQLAlchemy==3.0.5
Flask-CORS==4.0.0
Flask-Login==0.6.2
Flask-JWT-Extended==4.5.2
Flask-Bcrypt==1.0.1
pandas==2.1.1
openpyxl==3.1.2
python-dotenv==1.0.0
PyMySQL==1.1.0
cryptography==41.0.4
APScheduler==3.10.4
gunicorn==21.2.0
# Testing dependencies
pytest==7.4.3
pytest-cov==4.1.0
pytest-flask==1.3.0
pytest-mock==3.12.0
coverage==7.3.2
factory-boy==3.3.0
faker==20.1.0