mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
python3Packages.jupyter_server: update dependencies
This commit is contained in:
parent
0c51d277b8
commit
ef6752fc99
@ -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 backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
||||
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications";
|
||||
homepage = "https://github.com/jupyter-server/jupyter_server";
|
||||
license = licenses.bsdOriginal;
|
||||
maintainers = [ maintainers.elohmeier ];
|
||||
|
Loading…
Reference in New Issue
Block a user