bbot: add websockets to pythonRelaxDeps

This commit is contained in:
Robert Sliwinski
2026-03-08 20:55:46 +01:00
parent fcc709bc9e
commit c665740dbb
+1
View File
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
"radixtarget"
"regex"
"tabulate"
"websockets"
];
build-system = with python3.pkgs; [