Tidied up outputs. Core functionality now working.

This commit is contained in:
jdevine 2021-08-10 18:30:41 +02:00
parent f61a41deb7
commit 4c7d60418f

View file

@ -32,7 +32,7 @@ REQUIREMENTS: dict = {
'qrcode[pil]',
'scipy',
'pathlib',
'urllib.request',
'urllib',
'sklearn',
'tornado',
'voila >=0.2.4',