We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bee8d commit b217d00Copy full SHA for b217d00
pyproject.toml
@@ -4,7 +4,9 @@ version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
-dependencies = []
+dependencies = [
8
+ "pyyaml>=6.0.2",
9
+]
10
11
12
[build-system]
0 commit comments