diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-12 05:52:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:14 +0700 |
commit | cf7337635a8dda4e536c17e1e58448948aba8b91 (patch) | |
tree | 5d2065c18b6698ac9b231d8686e9ef27d0764be2 /development | |
parent | e02fa9d47710560bf6eaeca89ad7f4cd01641821 (diff) |
development/jupyterlab_server: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyterlab_server/jupyterlab_server.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyterlab_server/jupyterlab_server.info b/development/jupyterlab_server/jupyterlab_server.info index 58dee2171564..892380cc23e9 100644 --- a/development/jupyterlab_server/jupyterlab_server.info +++ b/development/jupyterlab_server/jupyterlab_server.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jup MD5SUM="acc1d6465bf39a5f618e6d4563a289f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jupyter_server python3-babel python3-json5 python3-hatchling" +REQUIRES="jupyter_server python3-babel python3-json5" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |