Added Google Pub/Sub integration

This commit is contained in:
Fabio Manganiello 2019-12-30 09:33:26 +01:00
parent 8f2eb1c4e0
commit bc7c248f72
6 changed files with 222 additions and 19 deletions

View file

@ -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'],
},
)