Changed requirements to remove integral libs

This commit is contained in:
jdevine 2021-08-10 18:36:31 +02:00
parent d08fe9534e
commit 8c8b77ad52

View file

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