From bb8fb7ef2e02a4d5149c9f5a1f883edaa09380f5 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Mon, 20 May 2024 15:20:31 +0000 Subject: [PATCH] Remove dependencies related to download of HTML content --- pyproject.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1d495e..1ce4fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "Slixfeed" version = "1.0" -description = "RSS news bot for XMPP" +description = "News aggregating bot for XMPP" authors = [{name = "Schimon Zachary", email = "sch@fedora.email"}] license = {text = "MIT"} classifiers = [ @@ -48,14 +48,7 @@ dependencies = [ "tomli", # Python 3.10 "tomli_w", "slixmpp", - - # Optional dependencies - # listed here (testing) - "html2text", - "pdfkit", # "pysocks", - "readability-lxml", - "xml2epub", ] [project.urls] @@ -65,9 +58,7 @@ Issues = "https://gitgud.io/sjehuda/slixfeed/issues" [project.optional-dependencies] -file-export = ["html2text", "pdfkit", "xml2epub"] proxy = ["pysocks"] -readability = ["readability-lxml"] # This section returns pep508-identifier error # [project.optional-dependencies]