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

Commit 8d92706

Browse files
authored
fix(deps): remove unused dependency libcst (#109)
1 parent 8f068a1 commit 8d92706

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# Until this issue is closed
3030
# https://github.com/googleapis/google-cloud-python/issues/10566
3131
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
32-
"libcst >= 0.2.5",
3332
"proto-plus >= 1.4.0",
3433
]
3534

testing/constraints-3.6.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
2121
# Then this file should have foo==1.14.0
2222
google-api-core==1.28.0
23-
libcst==0.2.5
2423
proto-plus==1.4.0

0 commit comments

Comments
 (0)