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