Initial commit: MyBlog full stack blog
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ============================================================
|
||||
# 个人博客后端 Python 依赖
|
||||
# 安装:pip install -r requirements.txt
|
||||
# 版本与本地开发环境保持一致(2026-08 锁定)
|
||||
# ============================================================
|
||||
|
||||
fastapi==0.141.1
|
||||
uvicorn==0.52.1
|
||||
sqlalchemy==2.0.51
|
||||
bcrypt==5.0.0
|
||||
PyJWT==2.13.0
|
||||
python-dotenv==1.2.2
|
||||
python-multipart==0.0.32
|
||||
pydantic==2.13.4
|
||||
|
||||
# 以下为可选依赖(仅本地接口测试使用):
|
||||
# httpx==0.28.1
|
||||
Reference in New Issue
Block a user