Skip to content

Commit

Permalink
pyproject: Add pyyaml dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
  • Loading branch information
aliceinwire committed Feb 27, 2025
1 parent 10f11d9 commit d13f705
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 @@ -34,6 +34,7 @@ click = "^8.1.7"
requests = "^2.32.3"
gitpython = "^3.1.43"
tomli = { version = "^2.2.1", python = "<3.11" }
pyyaml = "^6.0.2"

[tool.poetry.scripts]
kci-dev = 'kcidev.main:run'
Expand Down

0 comments on commit d13f705

Please sign in to comment.