forked from platypush/platypush
Added keyboard/mouse plugin
This commit is contained in:
parent
dc2b3689a2
commit
9eed1014eb
5 changed files with 170 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -258,6 +258,8 @@ setup(
|
|||
'trello': ['py-trello'],
|
||||
# Support for Google Pub/Sub
|
||||
'google-pubsub': ['google-cloud-pubsub'],
|
||||
# Support for keyboard/mouse plugin
|
||||
'inputs': ['pyuserinput'],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue