From d08fe9534ebd95bf00388a4a87753c753eb5425c Mon Sep 17 00:00:00 2001 From: jdevine Date: Tue, 10 Aug 2021 18:30:41 +0200 Subject: [PATCH] Tidied up outputs. Core functionality now working. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05261d71..1c34c693 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ REQUIREMENTS: dict = { 'qrcode[pil]', 'scipy', 'pathlib', - 'urllib.request', + 'urllib', 'sklearn', 'tornado', 'voila >=0.2.4',