Update requirements.txt
Switched from ics to icalendar library for parsing iCalendar, added library for parsing recurring events
This commit is contained in:
parent
87559d2a15
commit
fa4d717693
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user