Content-Length: 302615 | pFad | https://github.com/googleapis/python-container/commit/1c308c2e44dc16d0e8df5976de0b65d1e7c2041e

51 fix(deps): move libcst to extras (#194) · googleapis/python-container@1c308c2 · GitHub
Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 1c308c2

Browse files
authored
fix(deps): move libcst to extras (#194)
libcst is only needed to run the fixup script (used when migrating from the last major version).
1 parent b6094fb commit 1c308c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The 2.0.0 release requires Python 3.6+.
1717
1818
Methods 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`

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
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.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-container/commit/1c308c2e44dc16d0e8df5976de0b65d1e7c2041e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy