LINT fixes

This commit is contained in:
Fabio Manganiello 2022-02-07 15:51:12 +01:00
parent 786286eac6
commit 1038090ffd
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 3 additions and 4 deletions

View file

@ -205,7 +205,7 @@ setup(
# Support for Z-Wave
'zwave': ['python-openzwave'],
# Support for Mozilla DeepSpeech speech-to-text engine
'deepspeech': ['deepspeech', 'numpy','sounddevice'],
'deepspeech': ['deepspeech', 'numpy', 'sounddevice'],
# Support for PicoVoice hotword detection engine
'picovoice-hotword': ['pvporcupine'],
# Support for PicoVoice speech-to-text engine
@ -215,7 +215,7 @@ setup(
# Support for Linode integration
'linode': ['linode_api4'],
# Support for QR codes
'qrcode': ['numpy','qrcode[pil]', 'Pillow', 'pyzbar'],
'qrcode': ['numpy', 'qrcode[pil]', 'Pillow', 'pyzbar'],
# Support for Tensorflow
'tensorflow': ['numpy', 'tensorflow>=2.0', 'keras', 'pandas'],
# Support for Samsung TizenOS-based smart TVs