Files
azfzagnetdoc/requirements.txt

25 lines
415 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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