From a0779472bb82dea84e57cad5759dabd8f308f7b8 Mon Sep 17 00:00:00 2001 From: Hemanth0411 Date: Fri, 14 Nov 2025 11:48:46 +0530 Subject: [PATCH] feat(30): add PyYAML runtime dependency --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5b8bf56..1186d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,9 @@ authors = [{ name="Hemanth Reddy Annem", email="Hemanthreddyannem@gmail.com" }] readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7" +dependencies = [ + "PyYAML>=6.0", +] keywords = ["cli", "scaffolding", "project-structure", "markdown"] classifiers = [