Revert "fixed missing requirement"

This reverts commit f28ee3aa69.
This commit is contained in:
Ace 2020-11-23 13:49:45 +01:00
parent f1063496a4
commit 0ce871187c

View File

@ -17,7 +17,6 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'arrow>=0.15.6', # time handling
'Flask==1.1.2', # webserver
'Flask-WTF==0.14.3', # webforms
'sphinxemoji==0.1.8', # for emoji support on documentation
'todoist-python==8.1.2', # todoist api
]