From 8bbaee0712b91549da0ecc7924a619b86390d22a 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 0c9989f7..a70d5237 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,6 @@ REQUIREMENTS: dict = { 'psutil', 'qrcode[pil]', 'scipy', - 'pathlib', - 'urllib', 'sklearn', 'tornado', 'voila >=0.2.4',