Skip to content

Commit eee2def

Browse files
committed
Remove logging deps from setup.py.
In the process removing GRPC_PACKAGES entirely.
1 parent 20ee962 commit eee2def

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@
5555
'google-cloud-pubsub',
5656
]
5757

58-
GRPC_PACKAGES = [
59-
'grpcio >= 1.0.0',
60-
'google-gax >= 0.14.1, < 0.15dev',
61-
'gapic-google-logging-v2 >= 0.9.0, < 0.10dev',
62-
'grpc-google-logging-v2 >= 0.9.0, < 0.10dev',
63-
]
64-
65-
RTD_ENV_VAR = 'READTHEDOCS'
66-
if RTD_ENV_VAR not in os.environ:
67-
REQUIREMENTS.extend(GRPC_PACKAGES)
68-
6958
setup(
7059
name='google-cloud',
7160
version='0.20.0dev',

0 commit comments

Comments
 (0)