aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2021-03-29 22:06:15 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2021-03-29 22:06:15 +0200
commitb61d13c2bc0abf20cfea392b7bb0defaae280e3a (patch)
treed5d02ff8b71a77b4ed6a0417ec30dfce010b1a72 /pyproject.toml
parentharmonize CRAWLER_RESOLVE_ARTICLE_URL configuration variable. (diff)
downloadnewspipe-b61d13c2bc0abf20cfea392b7bb0defaae280e3a.tar.gz
newspipe-b61d13c2bc0abf20cfea392b7bb0defaae280e3a.tar.bz2
newspipe-b61d13c2bc0abf20cfea392b7bb0defaae280e3a.zip
Updated feedparser
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 33aa79a5..947df1fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,6 @@ aiohttp = "^3.6.2"
requests = "^2.23.0"
chardet = "^3.0.4"
requests-futures = "^1.0.0"
-feedparser = "^5.2.1"
beautifulsoup4 = "^4.8.2"
lxml = "^4.5.0"
opml = "^0.5"
@@ -30,6 +29,7 @@ WTForms = "^2.2.1"
python-dateutil = "^2.8.1"
psycopg2-binary = "^2.8.4"
flask-talisman = "^0.7.0"
+feedparser = "^6.0.2"
bgstack15