Inkycal/requirements.txt

12 lines
560 B
Plaintext
Raw Normal View History

2022-04-09 16:17:37 +02:00
wheel==0.37.1 # wheels
pyowm==3.3.0 # weather
2020-05-29 04:09:15 +02:00
Pillow>=7.1.1 # imaging
icalendar==4.0.9 # iCalendar parsing
recurring-ical-events==0.1.17b0 # parse recurring events
2021-11-11 13:26:08 +01:00
feedparser==6.0.8 # parse RSS-feeds
2022-04-09 16:06:38 +02:00
numpy==1.21.5 # image pre-processing #pre-installed on Raspbian, omitting
arrow==1.2.2 # time operations
todoist-python==8.1.3 # todoist api
2021-07-11 11:26:05 +02:00
yfinance>=0.1.62 # yahoo stocks
matplotlib==3.5.1 # plotting