From 9032c736517d1e5384bb0b8245cad59c9ca4af34 Mon Sep 17 00:00:00 2001 From: "thomas.woehlke" <thomas.woehlke@rub.de> Date: Tue, 16 Feb 2021 22:57:52 +0100 Subject: [PATCH] Default task --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13cdb385..f89ac019 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ requires_setup = [ "Flask-PluginKit>=3.6.0", "Flask-ResponseBuilder>=2.0.12", "Flask-Babel>=2", - "npmdownloader>=1.2.1" + "npmdownloader>=1.2.1", "pytoml==0.1.21" ] -- GitLab