25 lines
415 B
Plaintext
25 lines
415 B
Plaintext
# Azure Functions(部署到 Function App 时需要)
|
||
azure-functions>=1.17.0
|
||
|
||
# Pydantic AI
|
||
pydantic-ai>=0.0.14
|
||
|
||
# MCP
|
||
mcp>=0.9.0
|
||
fastmcp>=0.1.0
|
||
|
||
# FastAPI
|
||
fastapi>=0.109.0
|
||
uvicorn[standard]>=0.27.0
|
||
|
||
# HTTP Client
|
||
aiohttp>=3.9.0
|
||
requests>=2.28.0
|
||
|
||
# Azure AI Search
|
||
azure-search-documents>=11.6.0
|
||
azure-core>=1.30.0
|
||
|
||
# Azure Blob(upload_to_kb 上传图片等至 Blob 并写索引)
|
||
azure-storage-blob>=12.19.0
|