Unverified Commit 367bc40c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

tmuxp: Remove kaptan and click dependency (unused)
parents fe18ccaf f90ad8af
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@ python3Packages.buildPythonApplication rec {
  ];

  propagatedBuildInputs = with python3Packages; [
    click
    colorama
    kaptan
    libtmux
  ];