Hotfix for missing dependency

This commit is contained in:
Ace
2021-07-11 13:09:04 +02:00
committed by GitHub
parent d7c361bddb
commit fc4dacb3fe

View File

@@ -24,6 +24,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'Flask-WTF==0.14.3', # webforms
'todoist-python==8.1.2', # todoist api
'yfinance>=0.1.62', # yahoo stocks
'matplotlib==3.4.2' # plotting
]
__classifiers__ = [