From 3dbf2876132076e7cb146fb5b65cbcc5834b4fe5 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 5 Jun 2020 00:24:12 +0200 Subject: [PATCH] Added jsmin as core requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 43b0f02..41c5126 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ __install_requires__ = ['pyowm==2.10.0', # weather 'feedparser==5.2.1', # parse RSS-feeds 'numpy>=1.18.3', # image pre-processing 'arrow>=0.15.6' # time handling + 'jsmin>=2.2.2' # Parsing jsonc file ] __classifiers__ = [