chore: migrate to uv pyproject.toml for dependency management
- Add pyproject.toml with project dependencies - Remove inline script metadata from yaml2pptx.py - Update openspec/config.yaml development guidelines - Update README.md and README_DEV.md documentation - Archive change: migrate-to-uv-package-management
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
### 安装
|
||||
|
||||
本工具使用 [uv](https://github.com/astral-sh/uv) 管理依赖,运行时会自动安装所需的 Python 包。
|
||||
本工具使用 [uv](https://github.com/astral-sh/uv) 管理依赖。项目依赖在 pyproject.toml 中声明,运行时会自动安装所需的 Python 包。
|
||||
|
||||
### 基本用法
|
||||
|
||||
@@ -352,7 +352,7 @@ yaml2pptx 采用模块化架构,易于扩展:
|
||||
- `flask` - 预览服务器
|
||||
- `watchdog` - 文件监听
|
||||
|
||||
所有依赖由 uv 自动管理,无需手动安装。
|
||||
依赖在 pyproject.toml 中声明,由 uv 自动管理,无需手动安装。
|
||||
|
||||
## 🤝 贡献
|
||||
|
||||
|
||||
Reference in New Issue
Block a user