bump feedparser to 6.0.8

This commit is contained in:
Ace 2021-11-11 13:26:49 +01:00 committed by GitHub
parent b3a13adfa2
commit fd93ee5525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'Pillow>=7.1.1' , # imaging
'icalendar==4.0.6', # iCalendar parsing
'recurring-ical-events==0.1.17b0',# parse recurring events
'feedparser==5.2.1', # RSS-feeds
'feedparser==6.0.8', # RSS-feeds
# 'numpy>=1.18.2', # image pre-processing -> removed for issues with rpi os
'arrow==0.17.0', # time handling
'Flask==1.1.2', # webserver