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
|
pyowm==2.10.0 # weather
|
||||||
Pillow==7.1.1
|
Pillow==7.1.1 # imaging
|
||||||
ics==0.7
|
icalendar==4.0.6 # iCalendar parsing
|
||||||
feedparser==5.2.1
|
recurring-ical-events==0.1.16b0 # parse recurring events
|
||||||
python-dateutil==2.6.1
|
feedparser==5.2.1 # parse RSS-feeds
|
||||||
numpy==1.18.2
|
numpy==1.18.2 # image pre-processing
|
||||||
|
Loading…
Reference in New Issue
Block a user