Added QR code/barcode integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-10 00:07:21 +01:00
parent c26d456109
commit c9db887505
10 changed files with 195 additions and 0 deletions

View file

@ -293,5 +293,7 @@ setup(
'otp': ['pyotp'],
# Support for Linode integration
'linode': ['linode_api4'],
# Support for QR codes
'qrcode': ['qrcode[pil]', 'Pillow', 'pyzbar'],
},
)