65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
# ============================================================
|
|
# 核心依赖
|
|
# ============================================================
|
|
openai==2.26.0
|
|
fastapi==0.115.4
|
|
uvicorn==0.32.0
|
|
pydantic==2.12.5
|
|
python-dotenv==1.0.1
|
|
|
|
# ============================================================
|
|
# 数据库
|
|
# ============================================================
|
|
SQLAlchemy==2.0.48
|
|
aiosqlite==0.22.1
|
|
|
|
# ============================================================
|
|
# 文件上传
|
|
# ============================================================
|
|
python-multipart==0.0.18
|
|
|
|
# ============================================================
|
|
# 阿里云 OSS
|
|
# ============================================================
|
|
alibabacloud-oss-v2==1.2.4
|
|
oss2==2.19.1
|
|
|
|
# ============================================================
|
|
# Token 计算
|
|
# ============================================================
|
|
tiktoken==0.12.0
|
|
|
|
# ============================================================
|
|
# 间接依赖(由上述包自动安装,但显式声明版本)
|
|
# ============================================================
|
|
starlette==0.41.3
|
|
httpx==0.28.1
|
|
httpcore==1.0.9
|
|
h11==0.16.0
|
|
anyio==4.12.1
|
|
sniffio==1.3.1
|
|
certifi==2026.2.25
|
|
idna==3.11
|
|
charset-normalizer==3.4.4
|
|
urllib3==2.6.3
|
|
requests==2.32.5
|
|
jiter==0.13.0
|
|
distro==1.9.0
|
|
pydantic_core==2.41.5
|
|
annotated-types==0.7.0
|
|
typing_extensions==4.15.0
|
|
typing-inspect==0.9.0
|
|
tenacity==9.1.4
|
|
|
|
# ============================================================
|
|
# 异步/网络
|
|
# ============================================================
|
|
aiohttp==3.13.3
|
|
aiofiles==24.1.0
|
|
|
|
# ============================================================
|
|
# 其他工具
|
|
# ============================================================
|
|
PyJWT==2.11.0
|
|
PyYAML==6.0.3
|
|
pillow==12.1.1 |