From 54538e2500cca16e7edf193f5ddb545af0b158e2 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Tue, 28 Dec 2021 13:00:20 +0100 Subject: [PATCH] Raise jsmin to 3.0.0 since 2.2.2 does not exist in py > 3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c0b3496..7ac69a9a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( zip_safe=False, install_requires=[ 'libsass==0.19.4', - 'jsmin==2.2.2', + 'jsmin==3.0.0', 'watchdog==0.10.2' ], classifiers=[ -- GitLab