forked from platypush/platypush
Added Google Pub/Sub integration
This commit is contained in:
parent
8f2eb1c4e0
commit
bc7c248f72
6 changed files with 222 additions and 19 deletions
2
setup.py
2
setup.py
|
@ -256,6 +256,8 @@ setup(
|
|||
'todoist': ['todoist-python'],
|
||||
# Support for Trello integration
|
||||
'trello': ['py-trello'],
|
||||
# Support for Google Pub/Sub
|
||||
'google-pubsub': ['google-cloud-pubsub'],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue