pythonPackages.jupyterhub: Fix running locally

This commit is contained in:
Silvan Mosberger 2019-03-29 15:54:10 +01:00
parent 07b42ccf2d
commit 0b31827e5e
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -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.