Skip to content

Commit

Permalink
fix: address testing failures from initial generation (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
3 people authored Sep 28, 2021
1 parent 9cbf581 commit 8fb16fb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-migration/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Python Client for Google Cloud Bigquery Migration API
=================================================
=====================================================

Quick Start
-----------
Expand Down
4 changes: 4 additions & 0 deletions packages/google-cloud-bigquery-migration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
name="google-cloud-bigquery-migration",
version=version,
long_description=readme,
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
url="https://github.com/googleapis/python-bigquery-migration",
packages=setuptools.PEP420PackageFinder.find(),
namespace_packages=("google", "google.cloud", "google.cloud.bigquery"),
platforms="Posix; MacOS X; Windows",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.27.0
google-auth==1.24.0 # TODO: remove when google-auth >= 1.25.0 is required transitively through google-api-core
proto-plus==1.15.0
libcst==0.2.5
packaging==14.3
Empty file.
Empty file.
Empty file.

0 comments on commit 8fb16fb

Please sign in to comment.