generated from Luis/nextjs-python-web-template
Added websocket dependency
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
, e2fsprogs
|
||||
, mypy
|
||||
, sqlalchemy
|
||||
, websockets
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -43,6 +44,7 @@ let
|
||||
fastapi
|
||||
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
|
||||
sqlalchemy
|
||||
websockets
|
||||
];
|
||||
|
||||
pytestDependencies = runtimeDependencies ++ dependencies ++ [
|
||||
|
||||
Reference in New Issue
Block a user