Inkycal/requirements.txt

13 lines
649 B
Plaintext
Raw Normal View History

pyowm==3.1.1 # 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
2020-09-12 00:49:20 +02:00
numpy>=1.18.2 # image pre-processing #pre-installed on Raspbian, omitting
arrow>=0.15.6 # time operations
Flask==1.1.2 # webserver
Flask-WTF==0.14.3 # webforms
2020-11-21 16:18:41 +01:00
todoist-python==8.1.2 # todoist api
sphinxemoji==0.1.8 # for emoji support on documentation
2020-11-23 14:35:38 +01:00
sphinx-rtd-theme 0.5.0 # better theme for documentation