31 lines
992 B
Plaintext
31 lines
992 B
Plaintext
# 核心依赖
|
|
dashscope==1.25.9
|
|
mysql-connector-python==9.5.0
|
|
requests==2.32.5
|
|
|
|
# FastAPI相关
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.5.0
|
|
|
|
# 异步HTTP
|
|
aiohappyeyeballs==2.6.1
|
|
aiohttp==3.13.3
|
|
aiosignal==1.4.0
|
|
|
|
# 工具库
|
|
attrs==25.4.0
|
|
certifi==2026.1.4
|
|
cffi==2.0.0
|
|
charset-normalizer==3.4.4
|
|
cryptography==46.0.4
|
|
frozenlist==1.8.0
|
|
idna==3.11
|
|
multidict==6.7.1
|
|
propcache==0.4.1
|
|
pycparser==3.0
|
|
typing_extensions==4.15.0
|
|
urllib3==2.6.3
|
|
websocket-client==1.9.0
|
|
yarl==1.22.0
|