python310Packages.jupyter-collaboration: add missing jupyterlab dependency

This commit is contained in:
Theodore Ni 2023-08-26 00:43:28 -07:00
parent 39c8049f06
commit b7ad6c5259
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -10,6 +10,7 @@
, jupyter-server
, jupyter-server-fileid
, jupyter-ydoc
, jupyterlab
, ypy-websocket
, pytest-asyncio
, pytest-jupyter
@ -38,6 +39,7 @@ buildPythonPackage rec {
hatch-jupyter-builder
hatch-nodejs-version
hatchling
jupyterlab
pythonRelaxDepsHook
];