Skip to content

Commit c8534a1

Browse files
committed
build(libtmux): Point to libtmux with custom LegacyVersion
1 parent ff3e2d9 commit c8534a1

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

poetry.lock

Lines changed: 17 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.7"
50-
libtmux = "~0.16.0a0"
50+
libtmux = {git = "https://github.com/tmux-python/libtmux", rev = "tn-custom-version"}
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)