Merge pull request #58542 from Infinisil/fix/jupyterhub

pythonPackages.jupyterhub: Fix running locally
This commit is contained in:
Silvan Mosberger 2019-03-31 17:34:19 +02:00 committed by GitHub
commit 6705421c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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.