Add package "requests" as a dependancy.
This commit is contained in:
parent
bb8fb7ef2e
commit
ec08af7a8e
1 changed files with 5 additions and 10 deletions
|
@ -39,16 +39,17 @@ keywords = [
|
||||||
]
|
]
|
||||||
# urls = {Homepage = "https://gitgud.io/sjehuda/slixfeed"}
|
# urls = {Homepage = "https://gitgud.io/sjehuda/slixfeed"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pyyaml",
|
|
||||||
"python-dateutil",
|
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
"bs4",
|
"bs4",
|
||||||
"feedparser",
|
"feedparser",
|
||||||
"lxml",
|
"lxml",
|
||||||
|
# "pysocks",
|
||||||
|
"python-dateutil",
|
||||||
|
"pyyaml",
|
||||||
|
"requests",
|
||||||
|
"slixmpp",
|
||||||
"tomli", # Python 3.10
|
"tomli", # Python 3.10
|
||||||
"tomli_w",
|
"tomli_w",
|
||||||
"slixmpp",
|
|
||||||
# "pysocks",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -60,12 +61,6 @@ Issues = "https://gitgud.io/sjehuda/slixfeed/issues"
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
proxy = ["pysocks"]
|
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]
|
# [project.readme]
|
||||||
# text = "Slixfeed is a news aggregator bot for online news feeds. This program is primarily designed for XMPP"
|
# text = "Slixfeed is a news aggregator bot for online news feeds. This program is primarily designed for XMPP"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue