From 4791779c590555216e865129d0fdfe81e7ce1677 Mon Sep 17 00:00:00 2001 From: cx802 Date: Tue, 1 Jun 2021 15:12:05 +0200 Subject: [PATCH] Update setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bez Scipy nie bedzie działać przynajmniej w debian 10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index aa5bb72..003da83 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ 'Click', 'numpy', 'imageio', + 'Scipy', ], entry_points=''' [console_scripts]