pbl_evidence/pyproject.toml

19 lines
777 B
TOML
Raw 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.

[project]
name = "pbl_evidence"
version = "0.1.0"
description = "产出物与证据幂等采集M5a/M5b"
requires-python = ">=3.9"
# 只声明直接代码依赖PyPI 可解析)。
# 基础包 apppublic / ahserver / appbase / rbac 由宿主应用 build.sh 单独 git 安装,
# 不在 PyPI —— 写进来会让 `pip install .` 直接失败module-development-spec 铁律)。
# bricks_for_python本模块 .py 未直接 import前端仅 .ui/.dspy 静态资源),故不声明。
# pbl_common同机构 modules/ 下的兄弟模块,由宿主 pip install -e 装入,非 PyPI 包,故不声明。
dependencies = ["sqlor"]
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["pbl_evidence"]