forked from platypush/platypush
Added Twilio integration [closes #132]
This commit is contained in:
parent
cbae8132ed
commit
988601b10e
4 changed files with 653 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -321,5 +321,7 @@ setup(
|
|||
'luma-oled': ['luma.oled @ git+https://github.com/rm-hull/luma.oled'],
|
||||
# Support for DBus integration
|
||||
'dbus': ['dbus-python'],
|
||||
# Support for Twilio integration
|
||||
'twilio': ['twilio'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue