Skip to content

Commit

Permalink
Merge pull request #1880 from tseaver/logging-gax_dependencies
Browse files Browse the repository at this point in the history
Pull in 'gax-google-logging-v2' dependency.
  • Loading branch information
tseaver authored Jun 21, 2016
2 parents fd8ff5a + 201768d commit 22bf022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'grpcio >= 0.14.0',
'google-gax >= 0.12.0',
'gax-google-pubsub-v1',
'gax-google-logging-v2',
]

if sys.version_info[:2] == (2, 7) and 'READTHEDOCS' not in os.environ:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ deps =
grpcio >= 0.14.0
google-gax >= 0.12.0
gax-google-pubsub-v1
gax-google-logging-v2

[testenv:py27]
basepython =
Expand Down

0 comments on commit 22bf022

Please sign in to comment.