diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-12 05:45:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:14 +0700 |
commit | e02fa9d47710560bf6eaeca89ad7f4cd01641821 (patch) | |
tree | 252eeb257d38728c21f49448180e88775199d562 /development/jupyter-nbconvert | |
parent | 7f335270a332a19d0de09a7ab612ba3b98a98eaa (diff) |
development/jupyter-nbconvert: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbconvert')
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info index 988cad7c85b2..ad9b41b2e342 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7 MD5SUM="e46ba33473d3ea87ae3dabbb981cfe56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling" +REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |