From ec08af7a8ea12cc91fbe2ab45f5fd511640d39b1 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Mon, 20 May 2024 15:42:36 +0000 Subject: [PATCH] Add package "requests" as a dependancy. --- pyproject.toml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ce4fa7..2ace4c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,16 +39,17 @@ keywords = [ ] # urls = {Homepage = "https://gitgud.io/sjehuda/slixfeed"} dependencies = [ - "pyyaml", - "python-dateutil", "aiohttp", "bs4", "feedparser", "lxml", + # "pysocks", + "python-dateutil", + "pyyaml", + "requests", + "slixmpp", "tomli", # Python 3.10 "tomli_w", - "slixmpp", - # "pysocks", ] [project.urls] @@ -60,12 +61,6 @@ Issues = "https://gitgud.io/sjehuda/slixfeed/issues" [project.optional-dependencies] proxy = ["pysocks"] -# This section returns pep508-identifier error -# [project.optional-dependencies] -# "export as markdown" = ["html2text"] -# "export as pdf" = ["pdfkit"] -# "readable html" = ["readability-lxml"] - # [project.readme] # text = "Slixfeed is a news aggregator bot for online news feeds. This program is primarily designed for XMPP"