tmuxp: Remove kaptan and click dependency (unused)

- kaptan: Removed in tmuxp 1.16.0 (2022-10-01)

  https://tmuxp.git-pull.com/history.html#tmuxp-1-16-0-2022-10-01
- click: Removed in tmuxp 1.17.0 (2022-10-09)

  https://tmuxp.git-pull.com/history.html#tmuxp-1-17-0-2022-10-09
This commit is contained in:
Tony Narlock 2024-04-21 11:46:52 -05:00
parent 152632627e
commit f90ad8afb5
1 changed files with 0 additions and 2 deletions

View File

@ -17,9 +17,7 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
click
colorama
kaptan
libtmux
];