Added Linode integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-09 21:34:06 +01:00
parent 096f84c865
commit c26d456109
19 changed files with 365 additions and 7 deletions

View file

@ -291,5 +291,7 @@ setup(
'picovoice-speech': ['pvcheetah @ git+https://github.com/BlackLight/cheetah'],
# Support for OTP (One-Time Password) generation
'otp': ['pyotp'],
# Support for Linode integration
'linode': ['linode_api4'],
},
)