python3Packages.jupyter_server: fix build

main
Samuel Ainsworth 2 years ago
parent a081afe9e9
commit 2c95c2bf21
  1. 2
      pkgs/development/python-modules/jupyter_server/default.nix

@ -10,6 +10,7 @@
, jinja2 , jinja2
, tornado , tornado
, pyzmq , pyzmq
, ipykernel
, ipython_genutils , ipython_genutils
, traitlets , traitlets
, jupyter_core , jupyter_core
@ -62,6 +63,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
ipykernel
pytestCheckHook pytestCheckHook
pytest-tornasync pytest-tornasync
requests requests

Loading…
Cancel
Save