Skip to content

Commit eed6a5c

Browse files
authored
build(deps): Add missing pyyaml dependency (#833)
This is needed after #828's transition from kaptan to ConfigReader.
2 parents 21b1ef0 + dd56d61 commit eed6a5c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
- _Insert changes/features/fixes for next release here_
2121

22+
## tmuxp 1.16.2 (unreleased)
23+
24+
### Packaging
25+
26+
- Add `yaml` to required dependencies (#833, credit: @heindsight)
27+
2228
## tmuxp 1.16.1 (2022-10-02)
2329

2430
### Bug fix

poetry.lock

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ python = "^3.7"
4949
click = "~8"
5050
libtmux = "~0.15.8"
5151
colorama = ">=0.3.9"
52+
PyYAML = "^6.0"
5253

5354
[tool.poetry.dev-dependencies]
5455
### Docs ###

0 commit comments

Comments
 (0)