message / pyproject.toml
hunian
chore(deps): 升级 paddleocr 与 transformers,新增 pytest-asyncio
15bb9e7
Raw
History Blame Contribute Delete
834 Bytes
[project]
name = "message"
version = "0.1.0"
description = "Message Function Center - Agent-friendly plugin platform"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp>=1.27.0",
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"starlette>=0.27.0",
"aiofiles>=23.0.0",
"python-multipart>=0.0.6",
"packaging>=23.0",
"pillow>=10.0.0",
"httpx>=0.27.0",
"paddleocr>=3.7.0",
"paddlepaddle>=3.3.1",
"playwright>=1.60.0",
"transformers>=5.12.0",
"huggingface_hub>=0.30.0",
"onnxruntime>=1.26.0",
"torch>=2.12.0",
"torchvision>=0.27.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
asyncio_mode = "auto"
[dependency-groups]
dev = [
"pytest>=9.0.3",
"pytest-asyncio>=1.4.0",
]