From 8c8b77ad5240493c568800affdb71d6b029c8add Mon Sep 17 00:00:00 2001 From: jdevine Date: Tue, 10 Aug 2021 18:36:31 +0200 Subject: [PATCH] Changed requirements to remove integral libs --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1c34c693..5fa01807 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,6 @@ REQUIREMENTS: dict = { 'numpy', 'qrcode[pil]', 'scipy', - 'pathlib', - 'urllib', 'sklearn', 'tornado', 'voila >=0.2.4',