aboutsummaryrefslogtreecommitdiff
path: root/python/audible-cli
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:13 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:08 +0700
commiteaa4baadd0e914cb54060bb840b517f2890fd03b (patch)
treea7e8c85a133be83cad22ee0914678689c0a955f7 /python/audible-cli
parent8bca86e6e2b23ba74f99c887f0277dcc3c31d6cc (diff)
python/audible-cli: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/audible-cli')
-rw-r--r--python/audible-cli/audible-cli.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/audible-cli/audible-cli.info b/python/audible-cli/audible-cli.info
index cbe0319007..2c6b6784fe 100644
--- a/python/audible-cli/audible-cli.info
+++ b/python/audible-cli/audible-cli.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mkb79/audible-cli/archive/v0.2.4/audible-cli-0.2.4.
MD5SUM="11422ec0c1417489e1fd35fedca2d78a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="audible click python3-aiofiles python3-httpx python3-questionary python3-tabulate tqdm"
+REQUIRES="audible python3-aiofiles python3-questionary python3-tabulate tqdm"
MAINTAINER="Steven Voges"
EMAIL="svoges.sbo@gmail.com"