From 89c126ceca327fcf9f344dace691522e7351dde7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 16 Jun 2021 12:44:04 -0400 Subject: [PATCH] fix(deps): add packaging requirement (#368) --- setup.py | 1 + testing/constraints-3.6.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/setup.py b/setup.py index deb1bd5963..d8becf5f2c 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.11.0", "sqlparse >= 0.3.0", + "packaging >= 14.3", ] extras = { "tracing": [ diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index f3d4031bf4..b3a4b8b6cc 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -14,3 +14,4 @@ sqlparse==0.3.0 opentelemetry-api==1.1.0 opentelemetry-sdk==1.1.0 opentelemetry-instrumentation==0.20b0 +packaging==14.3