python3Packages.jupyter_server: update dependencies

This commit is contained in:
Robert Schütz 2021-06-21 13:50:31 +02:00 committed by Martin Weinelt
parent 0c51d277b8
commit ef6752fc99

View File

@ -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 ];