Skip to content

Commit 36dfc3e

Browse files
authored
Merge pull request #125 from aliceinwire/dependency
pyproject: Add pyyaml dependency
2 parents 59d146a + d13f705 commit 36dfc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ click = "^8.1.7"
3434
requests = "^2.32.3"
3535
gitpython = "^3.1.43"
3636
tomli = { version = "^2.2.1", python = "<3.11" }
37+
pyyaml = "^6.0.2"
3738

3839
[tool.poetry.scripts]
3940
kci-dev = 'kcidev.main:run'

0 commit comments

Comments
 (0)