Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python310Packages.jupyter-server: cleanup dependencies #242796

Merged
merged 1 commit into from Jul 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions pkgs/development/python-modules/jupyter-server/default.nix
Expand Up @@ -16,7 +16,6 @@
, tornado
, pyzmq
, ipykernel
, ipython_genutils
, traitlets
, jupyter-core
, jupyter-client
Expand All @@ -30,7 +29,6 @@
, anyio
, websocket-client
, requests
, requests-unixsocket
}:

buildPythonPackage rec {
Expand All @@ -55,7 +53,6 @@ buildPythonPackage rec {
jinja2
tornado
pyzmq
ipython_genutils
traitlets
jupyter-core
jupyter-client
Expand All @@ -68,7 +65,6 @@ buildPythonPackage rec {
prometheus-client
anyio
websocket-client
requests-unixsocket
];

nativeCheckInputs = [
Expand Down