From 73d895725d396d7f930c8259dfbec269897a5b62 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Sat, 22 May 2021 02:58:01 -0600 Subject: [PATCH] fix(deps): add packaging requirement (#75) --- setup.py | 1 + testing/constraints-3.6.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 8668d8e..0b83b7a 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13.0", "proto-plus >= 1.10.0", + "packaging >= 14.3", ), python_requires=">=3.6", classifiers=[ diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 3a7d1dc..e65bac3 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,3 +8,5 @@ google-api-core==1.22.2 grpc-google-iam-v1==0.12.3 proto-plus==1.10.0 +packaging==14.3 +google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core