Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unnecessary dependency on libcst #308

Merged
merged 3 commits into from Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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