Added requirement for Todoist-module

This commit is contained in:
Ace
2020-11-21 16:18:41 +01:00
parent 1f56068b39
commit 3832e546fa
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'arrow>=0.15.6', # time handling
'Flask==1.1.2', # webserver
'Flask-WTF==0.14.3', # webforms
'todoist-python==8.1.2', # todoist api
]
__classifiers__ = [