Skip to content

Commit 0ab497e

Browse files
committed
Fix missing pyyaml dep
1 parent 9b94de2 commit 0ab497e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ authors = [ {name = "Vector AI Engineering", email = "ai_engineering@vectorinsti
77
license = "Apache-2.0"
88
repository = "https://github.com/VectorInstitute/implementation-catalog"
99
requires-python = ">=3.12"
10-
dependencies = []
10+
dependencies = [
11+
"pyyaml>=6.0.2",
12+
]
1113

1214
[project.scripts]
1315
sync-readme = "scripts.sync_readme_to_docs:main"

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)