linux: use json kernel.org release feeed

Reading the releases from the json feed is much simpler and it allows us
to drop the dependency on feedparser.
This commit is contained in:
2022-11-08 00:25:05 +00:00
parent cb1cc4439a
commit d59e170e8b
2 changed files with 9 additions and 16 deletions

View File

@@ -6,6 +6,5 @@ aiocron~=1.3
psycopg2~=2.8
requests~=2.22
GitPython~=3.0
feedparser~=6.0
python-dotenv~=0.17.1
lxml~=4.6