File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ If you previously were using modules or functions under the namespace
20
20
To assist with this, we have included some helpful scripts to make some of the code
21
21
modifications required to use 2.0.0.
22
22
23
- * Install the library
23
+ * Install the library with ` libcst ` .
24
24
25
25
``` py
26
- python3 - m pip install google- cloud- datastore
26
+ python3 - m pip install google- cloud- datastore[libcst]
27
27
```
28
28
29
29
* The scripts ` fixup_datastore_v1_keywords.py ` and ` fixup_datastore_admin_v1_keywords.py `
Original file line number Diff line number Diff line change 38
38
# https://github.com/googleapis/google-cloud-python/issues/10566
39
39
"google-cloud-core >= 1.4.0, <3.0.0dev" ,
40
40
"proto-plus >= 1.4.0" ,
41
- "libcst >= 0.2.5" ,
42
41
]
43
- extras = {}
42
+ extras = {"libcst" : "libcst >= 0.2.5" }
44
43
45
44
46
45
# Setup boilerplate below this line.
You can’t perform that action at this time.
0 commit comments