Skip to content

Commit

Permalink
pythonPackages.jupyterhub: Fix running locally
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b31827)
  • Loading branch information
infinisil committed Mar 31, 2019
1 parent 986561f commit a05b0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/jupyterhub/default.nix
Expand Up @@ -13,6 +13,7 @@
, tornado
, traitlets
, requests
, notebook
, pythonOlder
, nodePackages
}:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a05b0cf

Please sign in to comment.