Inkycal/requirements.txt
2022-12-06 11:24:29 -08:00

13 lines
612 B
Plaintext

pyowm==3.1.1 # weather
Pillow>=7.1.1 # imaging
icalendar==4.0.6 # iCalendar parsing
recurring-ical-events==0.1.17b0 # parse recurring events
feedparser==6.0.8 # parse RSS-feeds
numpy>=1.18.2 # image pre-processing #pre-installed on Raspbian, omitting
arrow==0.17.0 # time operations
Flask==1.1.2 # webserver
Flask-WTF==0.14.3 # webforms
todoist_api_python==2.0.2 # new todoist api
yfinance>=0.1.62 # yahoo stocks
matplotlib==3.4.2 # plotting