- 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
11 lines
154 B
TOML
11 lines
154 B
TOML
[project]
|
|
name = "yaml2pptx"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"python-pptx",
|
|
"pyyaml",
|
|
"flask",
|
|
"watchdog",
|
|
]
|