Skip to content

Commit 22bf022

Browse files
authored
Merge pull request #1880 from tseaver/logging-gax_dependencies
Pull in 'gax-google-logging-v2' dependency.
2 parents fd8ff5a + 201768d commit 22bf022

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'grpcio >= 0.14.0',
2424
'google-gax >= 0.12.0',
2525
'gax-google-pubsub-v1',
26+
'gax-google-logging-v2',
2627
]
2728

2829
if sys.version_info[:2] == (2, 7) and 'READTHEDOCS' not in os.environ:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ deps =
2626
grpcio >= 0.14.0
2727
google-gax >= 0.12.0
2828
gax-google-pubsub-v1
29+
gax-google-logging-v2
2930

3031
[testenv:py27]
3132
basepython =

0 commit comments

Comments
 (0)