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:47 +0700 |
commit | 31bcd78891ea7d423ae9f63170516b5452e8010f (patch) | |
tree | e2089a2c8f59359fd060e6cedf559d056061195e | |
parent | dd06f26a9ce992c0c9f1a60ef0624b42f9672b7c (diff) |
development/jupyter_events: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter_events/jupyter_events.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter_events/jupyter_events.info b/development/jupyter_events/jupyter_events.info index 4f928a2c9ef00..147bcf3c9e348 100644 --- a/development/jupyter_events/jupyter_events.info +++ b/development/jupyter_events/jupyter_events.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.6.3/jup MD5SUM="dc0028bc8d686c07486592b9e098ecc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling python3-rfc3339_validator python3-rfc3986_validator" +REQUIRES="python3-json-logger python3-jsonschema traitlets python3-rfc3339_validator python3-rfc3986_validator" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |