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
|
, tornado
|
||||||
, traitlets
|
, traitlets
|
||||||
, requests
|
, requests
|
||||||
|
, notebook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, nodePackages
|
, nodePackages
|
||||||
}:
|
}:
|
||||||
|
@ -106,7 +107,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado
|
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.
|
# Disable tests because they take an excessive amount of time to complete.
|
||||||
|
|
Loading…
Reference in New Issue