build(backend): manage dependencies with uv

BREAKING CHANGE: apps/backend/requirements.txt is no longer the backend dependency source. Use uv sync and uv run python main.py for backend setup and startup.
This commit is contained in:
2026-05-03 17:19:27 +08:00
parent d4d6f87730
commit f8dcf6e3d3
12 changed files with 2613 additions and 81 deletions
+3
View File
@@ -8,6 +8,8 @@ __pycache__/
venv/
env/
ENV/
*.egg-info/
.pytest_cache/
# 项目特定
chromedriver
@@ -20,6 +22,7 @@ debug_screenshot.png
# 运行时文件
sessions/
*.lock
!/uv.lock
*.log
*.pid
backend.pid