added official suppport for inkycal_stocks.py (by @worstface)

This commit is contained in:
Ace
2020-11-25 10:22:34 +01:00
parent 87bfadb264
commit 578f48d24d
6 changed files with 228 additions and 5 deletions

View File

@@ -17,12 +17,13 @@ __install_requires__ = ['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==5.2.1', # parse RSS-feeds
'feedparser==5.2.1', # RSS-feeds
'numpy>=1.18.2', # image pre-processing
'arrow>=0.15.6', # time handling
'Flask==1.1.2', # webserver
'Flask-WTF==0.14.3', # webforms
'todoist-python==8.1.2', # todoist api
'yfinance==0.1.55', # yahoo stocks
]
__classifiers__ = [