Skip to content

Commit

Permalink
Update Google Cloud PubSub dependency (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Jul 31, 2018
1 parent b44bad8 commit e31c992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/pubsub/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup, find_packages

version = '5.2.1'
version = '5.2.2'

setup(
name="alerta-pubsub",
Expand All @@ -14,7 +14,7 @@
packages=find_packages(),
py_modules=['alerta_pubsub'],
install_requires=[
'google-cloud',
'google-cloud-pubsub',
'oauth2client'
],
include_package_data=True,
Expand Down

0 comments on commit e31c992

Please sign in to comment.