From 0bed4f1ffe54ad5dfb4bc776a7aa39d3128601d7 Mon Sep 17 00:00:00 2001 From: Alfred de Wijn Date: Sat, 29 Jul 2023 21:54:37 +0200 Subject: [PATCH] parallelize updates --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad81227..0fd8571 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ "requests>=2.0", "packaging>=17.0", "future>=0.12.0 ; python_version < '3.0'", + "joblib>=1", ], entry_points={"console_scripts": ["adstex=adstex:main"]}, )