feat: new file

This commit is contained in:
Daniel
2026-03-18 18:57:58 +08:00
commit d0ff049899
31 changed files with 1507 additions and 0 deletions

13
backend/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
fastapi==0.115.11
uvicorn[standard]==0.34.0
pydantic==2.10.6
pydantic-settings==2.8.1
sqlalchemy==2.0.39
pymysql==1.1.1
pandas==2.2.3
numpy==2.2.3
scikit-learn==1.6.1
statsmodels==0.14.4
httpx==0.28.1
tenacity==9.0.0
python-dotenv==1.0.1