48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
TOML
[project]
|
|
name = "catalog-agent"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "朱潮",email = "zhuchaowe@users.noreply.github.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12,<4.0"
|
|
dependencies = [
|
|
"fastapi==0.116.1",
|
|
"uvicorn==0.35.0",
|
|
"requests==2.32.5",
|
|
"pydantic==2.10.5",
|
|
"python-dateutil==2.8.2",
|
|
"torch==2.2.0",
|
|
"transformers",
|
|
"sentence-transformers",
|
|
"numpy<2",
|
|
"aiohttp",
|
|
"aiofiles",
|
|
"huey (>=2.5.3,<3.0.0)",
|
|
"pandas>=1.5.0",
|
|
"openpyxl>=3.0.0",
|
|
"xlrd>=2.0.0",
|
|
"chardet>=5.0.0",
|
|
"psutil (>=7.1.3,<8.0.0)",
|
|
"uvloop (>=0.22.1,<0.23.0)",
|
|
"deepagents (>=0.2.8,<0.4.0)",
|
|
"langchain-mcp-adapters (>=0.2.1,<0.3.0)",
|
|
"langchain-openai (>=1.1.1,<2.0.0)",
|
|
"cachetools (>=6.2.4,<7.0.0)",
|
|
"langgraph-checkpoint-postgres (>=2.0.0,<3.0.0)",
|
|
"deepagents-cli (>=0.0.11,<0.0.12)",
|
|
]
|
|
|
|
[tool.poetry.requires-plugins]
|
|
poetry-plugin-export = ">=1.8"
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|