A lot of work-in-progress and far from complete. Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure.... more coming soon
10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
pyowm==2.10.0 # weather
|
|
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
|
|
arrow>=0.15.6 # time operations
|
|
#jsmin>=2.2.2 # parsing settings.jsonc file
|
|
flask==1.1.2 # required for web-ui
|
|
Flask-WTF==0.14.3 # required for web-ui |