Added requirement for Todoist-module
This commit is contained in:
parent
1f56068b39
commit
3832e546fa
@ -8,3 +8,4 @@ arrow>=0.15.6 # time operations
|
|||||||
Flask==1.1.2 # webserver
|
Flask==1.1.2 # webserver
|
||||||
Flask-WTF==0.14.3 # webforms
|
Flask-WTF==0.14.3 # webforms
|
||||||
sphinxemoji==0.1.8 # for emoji support on documentation
|
sphinxemoji==0.1.8 # for emoji support on documentation
|
||||||
|
todoist-python==8.1.2 # todoist api
|
||||||
|
1
setup.py
1
setup.py
@ -17,6 +17,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
|
|||||||
'arrow>=0.15.6', # time handling
|
'arrow>=0.15.6', # time handling
|
||||||
'Flask==1.1.2', # webserver
|
'Flask==1.1.2', # webserver
|
||||||
'Flask-WTF==0.14.3', # webforms
|
'Flask-WTF==0.14.3', # webforms
|
||||||
|
'todoist-python==8.1.2', # todoist api
|
||||||
]
|
]
|
||||||
|
|
||||||
__classifiers__ = [
|
__classifiers__ = [
|
||||||
|
Loading…
Reference in New Issue
Block a user