forked from platypush/platypush
List of dependencies for qrcode plugin should also include numpy
This commit is contained in:
parent
141275ecdf
commit
2992d5f726
3 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue