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 = [