Skip to content

Commit 933d11c

Browse files
committed
build(deps): Add missing pyyaml dep
This is needed after transition of kaptan to our new ConfigReader in #397
1 parent 6704472 commit 933d11c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ vcspull = 'vcspull:cli.cli'
6161
python = "^3.9"
6262
libvcs = "~0.17.0"
6363
colorama = ">=0.3.9"
64+
PyYAML = "^6.0"
6465

6566
[tool.poetry.dev-dependencies]
6667
### Docs ###

0 commit comments

Comments
 (0)