summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:38:58 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 07:59:46 +0700
commit47951872042e450641e81b66d4197d4aed38ffe2 (patch)
tree2eac0ccbcb1260086d6302c63b156922995c3388
parent8537fbbb6034da76e81d552d07ac05761cd460a6 (diff)
downloadslackbuilds-47951872042e450641e81b66d4197d4aed38ffe2.tar.gz
slackbuilds-47951872042e450641e81b66d4197d4aed38ffe2.tar.xz
development/jupyter-nbclient: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info
index 474139b65a..d7eb1aa28d 100644
--- a/development/jupyter-nbclient/jupyter-nbclient.info
+++ b/development/jupyter-nbclient/jupyter-nbclient.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.8
MD5SUM="57ad77589339fb970fe67c0d1a8e3f5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio python3-hatchling"
+REQUIRES="async_generator jupyter_client jupyter-nbformat"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"