From f28ee3aa693d355e3dbea5c12d4d97fbaaa48e96 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 23 Nov 2020 12:24:18 +0100 Subject: [PATCH] fixed missing requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cecb15c..70244ae 100644 --- a/setup.py +++ b/setup.py @@ -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 + 'sphinxemoji==0.1.8', # for emoji support on documentation 'todoist-python==8.1.2', # todoist api ]