pipeline-bidding/pyproject.toml

13 lines
623 B
TOML
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.

[project]
name = "pipeline_bidding"
version = "0.1.0"
description = "投标产线:招标信息采集→审批→立项→解析→资质准备→分章节编写→评审→合成→评分→交付"
# ⚠ python-docx 必须声明compose_bid 合成标书 docx 依赖它,缺了走 ImportError
# 诚实降级只出 md2026-09-16 甘肃项目实测:标书最终要 docx 交付,静默降级不达标;
# 与 pricing 漏声明 pyyaml 同款教训——非 editable 环境 pip install 不带依赖必炸)
dependencies = ["python-docx"]
[tool.setuptools.packages.find]
where = ["."]
include = ["pipeline_bidding*"]