forked from platypush/platypush
Added OTP integration [closes #118]
This commit is contained in:
parent
fc7982378a
commit
096f84c865
6 changed files with 190 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue