forked from platypush/platypush
Added Google Translate plugin
This commit is contained in:
parent
facc6e7c15
commit
46515020cf
5 changed files with 123 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -274,6 +274,8 @@ setup(
|
|||
'trello': ['py-trello'],
|
||||
# Support for Google Pub/Sub
|
||||
'google-pubsub': ['google-cloud-pubsub'],
|
||||
# Support for Google Translate
|
||||
'google-translate': ['google-cloud-translate'],
|
||||
# Support for keyboard/mouse plugin
|
||||
'inputs': ['pyuserinput'],
|
||||
# Support for Buienradar weather forecast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue