创巨圆智能体-基于DB-GPT7.1版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cjy-agent/packages/dbgpt-serve/pyproject.toml

43 lines
976 B

[project]
name = "dbgpt-serve"
version = "0.7.1"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }
]
license = "MIT"
readme = "README.md"
requires-python = ">= 3.10"
dependencies = [
"dbgpt-ext",
]
[project.urls]
Homepage = "https://github.com/eosphoros-ai/DB-GPT"
Documentation = "http://docs.dbgpt.cn/docs/overview"
Repository = "https://github.com/eosphoros-ai/DB-GPT.git"
Issues = "https://github.com/eosphoros-ai/DB-GPT/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
managed = true
dev-dependencies = []
[project.optional-dependencies]
libro = ["libro>=0.1.25"]
dbgpts = ["poetry"]
[tool.hatch.build.targets.wheel]
packages = ["src/dbgpt_serve"]
exclude = [
"src/dbgpt_serve/**/tests",
"src/dbgpt_serve/**/tests/*",
"src/dbgpt_serve/tests",
"src/dbgpt_serve/tests/*",
"src/dbgpt_serve/**/examples",
"src/dbgpt_serve/**/examples/*"
]