diff options
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 |
commit | 47951872042e450641e81b66d4197d4aed38ffe2 (patch) | |
tree | 2eac0ccbcb1260086d6302c63b156922995c3388 /development/jupyter-nbclient | |
parent | 8537fbbb6034da76e81d552d07ac05761cd460a6 (diff) |
development/jupyter-nbclient: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info index 474139b65a1ad..d7eb1aa28de6d 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" |