forked from platypush/platypush
Added DBus integration [closes #141]
This commit is contained in:
parent
af2dbf899d
commit
0659996c48
7 changed files with 229 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -319,5 +319,7 @@ setup(
|
|||
'clipboard': ['pyperclip'],
|
||||
# Support for luma.oled display drivers
|
||||
'luma-oled': ['luma.oled @ git+https://github.com/rm-hull/luma.oled'],
|
||||
# Support for DBus integration
|
||||
'dbus': ['dbus-python'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue