Merge pull request #58542 from Infinisil/fix/jupyterhub
pythonPackages.jupyterhub: Fix running locally
This commit is contained in:
commit
6705421c98
|
@ -13,6 +13,7 @@
|
|||
, tornado
|
||||
, traitlets
|
||||
, requests
|
||||
, notebook
|
||||
, pythonOlder
|
||||
, nodePackages
|
||||
}:
|
||||
|
@ -106,7 +107,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado
|
||||
traitlets prometheus_client async_generator
|
||||
traitlets prometheus_client async_generator notebook
|
||||
];
|
||||
|
||||
# Disable tests because they take an excessive amount of time to complete.
|
||||
|
|
Loading…
Reference in New Issue