Added websocket dependency

This commit is contained in:
2023-11-12 18:35:54 +01:00
committed by Luis
parent 5ca06973ec
commit ac5c495c0d

View File

@@ -35,6 +35,7 @@
, e2fsprogs , e2fsprogs
, mypy , mypy
, sqlalchemy , sqlalchemy
, websockets
}: }:
let let
@@ -43,6 +44,7 @@ let
fastapi fastapi
uvicorn # optional dependencies: if not enabled, webui subcommand will not work uvicorn # optional dependencies: if not enabled, webui subcommand will not work
sqlalchemy sqlalchemy
websockets
]; ];
pytestDependencies = runtimeDependencies ++ dependencies ++ [ pytestDependencies = runtimeDependencies ++ dependencies ++ [