Skip to content

Commit

Permalink
pyproject: Add missing PyYAML dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Jan 9, 2025
1 parent c15b6f5 commit 83f5060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"lxml",
"click",
"pygments >= 2.7",
"PyYAML",
]
requires-python = ">=3.8"
dynamic = ["version"]
Expand Down

0 comments on commit 83f5060

Please sign in to comment.