Inkycal/requirements.txt

9 lines
444 B
Plaintext
Raw Normal View History

2020-06-05 00:23:06 +02:00
pyowm==2.10.0 # weather
2020-05-29 04:09:15 +02:00
Pillow>=7.1.1 # imaging
icalendar==4.0.6 # iCalendar parsing
recurring-ical-events==0.1.17b0 # parse recurring events
feedparser==5.2.1 # parse RSS-feeds
#numpy>=1.18.2 # image pre-processing #pre-installed on Raspbian, omitting
2020-06-05 00:23:06 +02:00
arrow>=0.15.6 # time operations
jsmin>=2.2.2 # parsing settings.jsonc file