diff --git a/setup.py b/setup.py index 3745b384..e9fa3e0e 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 0.4.0", + "packaging >= 14.3", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 2a5b1cbf..594b2117 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,3 +8,4 @@ google-api-core==1.22.2 proto-plus==0.4.0 libcst==0.2.5 +packaging==14.3