Skip to content

Commit b217d00

Browse files
committed
change pyproject.toml
1 parent e7bee8d commit b217d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = []
7+
dependencies = [
8+
"pyyaml>=6.0.2",
9+
]
810

911

1012
[build-system]

0 commit comments

Comments
 (0)