python3Packages.jupyter_server: update dependencies

wip/nixpkgs-raku
Robert Schütz 3 years ago committed by Martin Weinelt
parent 0c51d277b8
commit ef6752fc99
  1. 4
      pkgs/development/python-modules/jupyter_server/default.nix

@ -19,6 +19,7 @@
, terminado
, prometheus_client
, anyio
, websocket-client
, requests
}:
@ -52,6 +53,7 @@ buildPythonPackage rec {
terminado
prometheus_client
anyio
websocket-client
];
checkInputs = [
@ -80,7 +82,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.";
description = "The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications";
homepage = "https://github.com/jupyter-server/jupyter_server";
license = licenses.bsdOriginal;
maintainers = [ maintainers.elohmeier ];

Loading…
Cancel
Save