Changed requirements to remove integral libs

This commit is contained in:
jdevine 2021-08-10 18:36:31 +02:00
parent 4c7d60418f
commit 8bbaee0712

View file

@ -31,8 +31,6 @@ REQUIREMENTS: dict = {
'psutil',
'qrcode[pil]',
'scipy',
'pathlib',
'urllib',
'sklearn',
'tornado',
'voila >=0.2.4',