Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

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 committed Sep 28, 2021
1 parent ccb7ca8 commit 85284a7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
Python Client for Google Cloud Bigquery Migration API
=================================================
=====================================================

Quick Start
-----------
Expand Down
4 changes: 4 additions & 0 deletions setup.py
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
12 changes: 12 additions & 0 deletions testing/constraints-3.6.txt
@@ -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 added testing/constraints-3.7.txt
Empty file.
Empty file added testing/constraints-3.8.txt
Empty file.
Empty file added testing/constraints-3.9.txt
Empty file.

0 comments on commit 85284a7

Please sign in to comment.