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

Commit

Permalink
fix(deps): remove unused dependency libcst (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Feb 14, 2022
1 parent 13b7ac7 commit 496abc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.28.0, < 3.0.0dev",
"libcst >= 0.2.5",
"proto-plus >= 1.15.0",
),
python_requires=">=3.6",
Expand Down

0 comments on commit 496abc7

Please sign in to comment.