File tree Expand file tree Collapse file tree
packages/google-cloud-container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ The 2.0.0 release requires Python 3.6+.
1717
1818Methods expect request objects. We provide a script that will convert most common use cases.
1919
20- * Install the library
20+ * Install the library with the ` libcst ` extra.
2121
2222``` py
23- python3 - m pip install google- cloud- container
23+ python3 - m pip install google- cloud- container[libcst]
2424```
2525
2626* The script ` fixup_container_v1_keywords.py ` and ` fixup_container_v1beta1_keywords.py `
Original file line number Diff line number Diff line change 3535 "google-api-core[grpc] >= 1.28.0, <3.0.0dev" ,
3636 "grpc-google-iam-v1 >= 0.12.3, < 0.13dev" ,
3737 "proto-plus >= 1.15.0" ,
38- "libcst >= 0.2.5" ,
3938]
40- extras = {}
39+ extras = {"libcst" : "libcst >= 0.2.5" }
4140
4241
4342# Setup boilerplate below this line.
You can’t perform that action at this time.
0 commit comments