forked from platypush/platypush
Added QR code/barcode integration [closes #119]
This commit is contained in:
parent
c26d456109
commit
c9db887505
10 changed files with 195 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -293,5 +293,7 @@ setup(
|
|||
'otp': ['pyotp'],
|
||||
# Support for Linode integration
|
||||
'linode': ['linode_api4'],
|
||||
# Support for QR codes
|
||||
'qrcode': ['qrcode[pil]', 'Pillow', 'pyzbar'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue