Skip to content

Commit

Permalink
Merge pull request #125 from aliceinwire/dependency
Browse files Browse the repository at this point in the history
pyproject: Add pyyaml dependency
  • Loading branch information
aliceinwire authored Feb 27, 2025
2 parents 59d146a + d13f705 commit 36dfc3e
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 36dfc3e

Please sign in to comment.