We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd8ff5a + 201768d commit 22bf022Copy full SHA for 22bf022
setup.py
@@ -23,6 +23,7 @@
23
'grpcio >= 0.14.0',
24
'google-gax >= 0.12.0',
25
'gax-google-pubsub-v1',
26
+ 'gax-google-logging-v2',
27
]
28
29
if sys.version_info[:2] == (2, 7) and 'READTHEDOCS' not in os.environ:
tox.ini
@@ -26,6 +26,7 @@ deps =
grpcio >= 0.14.0
google-gax >= 0.12.0
gax-google-pubsub-v1
+ gax-google-logging-v2
30
31
[testenv:py27]
32
basepython =
0 commit comments