From d31c27b01d1f7c351effc2856a8d4777a1a10690 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 16 Jun 2021 11:08:02 -0400 Subject: [PATCH] fix(deps): add packaging requirement (#326) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b37a44e49..21a0126f3 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.13.0", "libcst >= 0.2.5", + "packaging >= 14.3", ] extras = {}