inkycal_stocks module update

updates the inkycal_stocks module from 0.3 to 0.5
This commit is contained in:
wface
2021-07-08 17:20:27 +02:00
parent f2a79dac2f
commit 48204c0c55
3 changed files with 141 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'Flask==1.1.2', # webserver
'Flask-WTF==0.14.3', # webforms
'todoist-python==8.1.2', # todoist api
'yfinance==0.1.55', # yahoo stocks
'yfinance>=0.1.60', # yahoo stocks
]
__classifiers__ = [