Update requirements.txt

Switched from ics to icalendar library for parsing iCalendar, added library for parsing recurring events
This commit is contained in:
Ace 2020-05-16 17:52:01 +02:00 committed by GitHub
parent 87559d2a15
commit fa4d717693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
pyowm==2.10.0
Pillow==7.1.1
ics==0.7
feedparser==5.2.1
python-dateutil==2.6.1
numpy==1.18.2
pyowm==2.10.0 # weather
Pillow==7.1.1 # imaging
icalendar==4.0.6 # iCalendar parsing
recurring-ical-events==0.1.16b0 # parse recurring events
feedparser==5.2.1 # parse RSS-feeds
numpy==1.18.2 # image pre-processing