From b2b62f156e0ca50d10c0941af7e4fedcd42d8e4c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 15 Feb 2022 09:21:00 -0700 Subject: [PATCH] fix(deps): remove unused dependency libcst (#97) --- setup.py | 1 - testing/constraints-3.6.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 2d2e24d..3b7b369 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.28.0, <3.0.0dev", - "libcst >= 0.2.5", "proto-plus >= 1.15.0", ] diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 21fe240..c77c322 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -20,5 +20,4 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 google-api-core==1.28.0 -libcst==0.2.5 proto-plus==1.15.0