feat: Phase 1 后端骨架主体入库(补 backend/app 主体与 requirements.txt)
上轮 3 次 commit 只入库了修补文件,主体目录漏入库。本次补入 backend/app/、backend/requirements.txt、backend/scripts/__init__.py。同步在 .gitignore 加 homePC/(制片人家用机带过来的参考文件,不进库)。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
sqlmodel==0.0.19
|
||||
psycopg2-binary==2.9.9
|
||||
pgvector==0.2.5
|
||||
passlib==1.7.4
|
||||
bcrypt==4.0.1
|
||||
itsdangerous==2.2.0
|
||||
python-multipart==0.0.9
|
||||
pydantic-settings==2.2.1
|
||||
python-dotenv==1.0.1
|
||||
httpx==0.27.0
|
||||
Reference in New Issue
Block a user