Skip to content

Commit c055930

Browse files
tswaststeffnay
andauthored
fix: remove unnecessary dependency on libcst (#308)
* fix: remove unnecessary dependency on libcst * remove scripts Co-authored-by: Steffany Brown <[email protected]>
1 parent 31644d3 commit c055930

File tree

3 files changed

+1
-183
lines changed

3 files changed

+1
-183
lines changed

scripts/fixup_bigquery_v2_keywords.py

-181
This file was deleted.

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3333
"proto-plus >= 1.10.0",
34-
"libcst >= 0.2.5",
3534
"google-cloud-core >= 1.4.1, < 2.0dev",
3635
"google-resumable-media >= 0.6.0, < 2.0dev",
3736
"six >=1.13.0,< 2.0.0dev",
@@ -125,7 +124,6 @@
125124
install_requires=dependencies,
126125
extras_require=extras,
127126
python_requires=">=3.6",
128-
scripts=["scripts/fixup_bigquery_v2_keywords.py"],
129127
include_package_data=True,
130128
zip_safe=False,
131129
)

synth.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"README.rst",
3737
"noxfile.py",
3838
"setup.py",
39+
"scripts/fixup_bigquery_v2_keywords.py",
3940
library / f"google/cloud/bigquery/__init__.py",
4041
library / f"google/cloud/bigquery/py.typed",
4142
# There are no public API endpoints for the generated ModelServiceClient,

0 commit comments

Comments
 (0)