From c306a20c20f7532fdb5b03b6e56c84a4391091fc Mon Sep 17 00:00:00 2001 From: Nurudin Imsirovic <102489121+oxou@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:20:42 +0100 Subject: [PATCH] Add setuptools Add setuptools to requirements.txt or else we can't use the tool on Windows. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c81de1e..47a440b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ numpy Wand +setuptools