googleapis/python-spanner

grpc-interceptor is listed as a dependency but is only used for testing utilities

asottile-sentry opened this issue · 0 comments

Environment details

N/A - latest

Steps to reproduce

this is the only usage:

from grpc_interceptor import ClientInterceptor

it should be an optional dependency and not in install_requires:

"grpc-interceptor >= 0.15.4",

perhaps an extras_require named testing ?

Code example

N/A

Stack trace

N/A