diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:38:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:59:47 +0700 |
commit | 13c9ec703a4ae4e7fda5dd3dd66eea6545633ad3 (patch) | |
tree | 17c54f80656f98c686a42ad72fe4163c2acc75b4 /development | |
parent | 5eb6752fe3d1d35266cff0f15dd72effe3698dc6 (diff) |
development/jupyter_server: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_server/jupyter_server.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter_server/jupyter_server.info b/development/jupyter_server/jupyter_server.info index e776d48f2f414..699e1c9fc8480 100644 --- a/development/jupyter_server/jupyter_server.info +++ b/development/jupyter_server/jupyter_server.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyte MD5SUM="0229773fdb73cfbf36e6c5d228aec704" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_packaging jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client python3-requests-unixsocket send2trash python3-fqdn python3-isoduration python3-overrides python3-uri_template python3-webcolors python3-websocket-client" +REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client python3-requests-unixsocket send2trash python3-fqdn python3-isoduration python3-overrides python3-uri_template python3-webcolors python3-websocket-client" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |