Merge pull request #305791 from tony/tmuxp-rm-dep

tmuxp: Remove kaptan and click dependency (unused)
This commit is contained in:
Aleksana 2024-04-24 17:14:55 +08:00 committed by GitHub
commit 367bc40c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
];