Unverified Commit c665740d authored by Robert Sliwinski's avatar Robert Sliwinski
Browse files

bbot: add websockets to pythonRelaxDeps

parent fcc709bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    "radixtarget"
    "regex"
    "tabulate"
    "websockets"
  ];

  build-system = with python3.pkgs; [