From 0937207c59753e0b6b595f2ff708826ee3a2c4bd Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Sat, 22 May 2021 02:58:05 -0600 Subject: [PATCH] fix(deps): add packaging requirement (#119) --- setup.py | 1 + testing/constraints-3.6.txt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53156a5..199811f 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", + "packaging >= 14.3", "libcst >= 0.2.5", ] diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 23330fd..dfd738a 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,4 +8,6 @@ google-api-core==1.22.2 grpc-google-iam-v1==0.12.3 proto-plus==1.4.0 -libcst==0.2.5 \ No newline at end of file +libcst==0.2.5 +packaging==14.3 +google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core