List of dependencies for qrcode plugin should also include numpy

This commit is contained in:
Fabio Manganiello 2020-03-10 22:50:33 +01:00
parent 141275ecdf
commit 2992d5f726
3 changed files with 3 additions and 1 deletions

View file

@ -294,6 +294,6 @@ setup(
# Support for Linode integration
'linode': ['linode_api4'],
# Support for QR codes
'qrcode': ['qrcode[pil]', 'Pillow', 'pyzbar'],
'qrcode': ['numpy','qrcode[pil]', 'Pillow', 'pyzbar'],
},
)