Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
fix(deps): remove unused dependency libcst (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Feb 15, 2022
1 parent 8f068a1 commit 8d92706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -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.4.0",
]

Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -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.4.0

0 comments on commit 8d92706

Please sign in to comment.