Skip to content

Commit

Permalink
fix: remove unnecessary dependency on libcst (#308)
Browse files Browse the repository at this point in the history
* fix: remove unnecessary dependency on libcst

* remove scripts

Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com>
  • Loading branch information
tswast and steffnay committed Oct 8, 2020
1 parent 31644d3 commit c055930
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 183 deletions.
181 changes: 0 additions & 181 deletions scripts/fixup_bigquery_v2_keywords.py

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -31,7 +31,6 @@
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.10.0",
"libcst >= 0.2.5",
"google-cloud-core >= 1.4.1, < 2.0dev",
"google-resumable-media >= 0.6.0, < 2.0dev",
"six >=1.13.0,< 2.0.0dev",
Expand Down Expand Up @@ -125,7 +124,6 @@
install_requires=dependencies,
extras_require=extras,
python_requires=">=3.6",
scripts=["scripts/fixup_bigquery_v2_keywords.py"],
include_package_data=True,
zip_safe=False,
)
1 change: 1 addition & 0 deletions synth.py
Expand Up @@ -36,6 +36,7 @@
"README.rst",
"noxfile.py",
"setup.py",
"scripts/fixup_bigquery_v2_keywords.py",
library / f"google/cloud/bigquery/__init__.py",
library / f"google/cloud/bigquery/py.typed",
# There are no public API endpoints for the generated ModelServiceClient,
Expand Down

0 comments on commit c055930

Please sign in to comment.