Skip to content

Commit 0c8e328

Browse files
committed
chore(spanner): Issue#1143 - Update dependency - Move grpc-interceptor to extras_required named testing
1 parent 00ccb7a commit 0c8e328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"sqlparse >= 0.4.4",
4444
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4545
"protobuf>=3.20.2,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
46-
"grpc-interceptor >= 0.15.4",
4746
]
4847
extras = {
4948
"tracing": [
@@ -52,6 +51,7 @@
5251
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev",
5352
],
5453
"libcst": "libcst >= 0.2.5",
54+
"testing": "grpc-interceptor >= 0.15.4",
5555
}
5656

5757
url = "https://github.com/googleapis/python-spanner"
@@ -99,4 +99,4 @@
9999
python_requires=">=3.7",
100100
include_package_data=True,
101101
zip_safe=False,
102-
)
102+
)

0 commit comments

Comments
 (0)