From aff7a59df00fc56975c5773f046b9f334825feea Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 5 Jun 2020 00:47:09 +0200 Subject: [PATCH] fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41c5126..3cca92c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ __install_requires__ = ['pyowm==2.10.0', # weather 'recurring-ical-events==0.1.16b0',# parse recurring events 'feedparser==5.2.1', # parse RSS-feeds 'numpy>=1.18.3', # image pre-processing - 'arrow>=0.15.6' # time handling + 'arrow>=0.15.6', # time handling 'jsmin>=2.2.2' # Parsing jsonc file ]