diff --git a/setup.py b/setup.py index dd9e641f9f..1887620bd6 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ install_requires=( "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.10.1", + "packaging >= 14.3", "google-cloud-storage >= 1.32.0, < 2.0.0dev", "google-cloud-bigquery >= 1.15.0, < 3.0.0dev", ), diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index a247634611..6753ac710d 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -11,3 +11,4 @@ proto-plus==1.10.1 mock==4.0.2 google-cloud-storage==1.32.0 google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required +packaging==14.3