Inkycal/requirements.txt
Ace fa4d717693
Update requirements.txt
Switched from ics to icalendar library for parsing iCalendar, added library for parsing recurring events
2020-05-16 17:52:01 +02:00

7 lines
298 B
Plaintext

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