初步增加 web 界面

This commit is contained in:
yml2213
2026-06-22 13:11:15 +08:00
parent 4c924375aa
commit 347edb8103
66 changed files with 6816 additions and 21 deletions
+8
View File
@@ -5,3 +5,11 @@ opencv-python-headless>=4.8.0
Pillow>=10.0.0
PyYAML>=6.0
loguru>=0.7.0
# Web 后端
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
sqlalchemy>=2.0.0
python-jose[cryptography]>=3.3.0
bcrypt>=4.0.0
pydantic>=2.0.0
python-multipart>=0.0.9