This commit is contained in:
刘正航
2026-04-21 22:45:19 +08:00
commit b5237f9038
159 changed files with 7769 additions and 0 deletions

13
backend/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
Flask==3.1.0
Flask-SQLAlchemy==3.1.1
Flask-JWT-Extended==4.6.0
Flask-Cors==5.0.0
PyMySQL==1.1.1
SQLAlchemy==2.0.36
scikit-learn==1.5.2
numpy==2.1.3
pandas==2.2.3
joblib==1.4.2
python-dotenv==1.0.1
requests==2.32.3
Werkzeug==3.1.3