Added OTP integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-09 01:11:23 +01:00
parent fc7982378a
commit 096f84c865
6 changed files with 190 additions and 0 deletions

View file

@ -289,5 +289,7 @@ setup(
'picovoice-hotword': ['pvporcupine'],
# Support for PicoVoice speech-to-text engine
'picovoice-speech': ['pvcheetah @ git+https://github.com/BlackLight/cheetah'],
# Support for OTP (One-Time Password) generation
'otp': ['pyotp'],
},
)