18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
# 核心依赖
|
||
fastapi==0.104.1
|
||
uvicorn[standard]==0.24.0
|
||
pydantic==2.5.0
|
||
pydantic-settings==2.1.0
|
||
psutil==5.9.8
|
||
|
||
# 日志相关
|
||
structlog==23.2.0
|
||
colorama==0.4.6
|
||
python-json-logger==2.0.7
|
||
|
||
# 异步文件操作
|
||
aiofiles==23.2.1
|
||
|
||
# 表单/文件上传(FastAPI UploadFile/Form 需要)
|
||
python-multipart==0.0.9
|