File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ httplib2>=0.19.0
55
55
# want to ensure we have wheels built.
56
56
grpcio==1.43.0
57
57
58
+ # libcst >=0.4.0 requires a newer Rust than we currently have available,
59
+ # thus our wheels builds fail. This pins it to the last working version,
60
+ # which at this point satisfies our needs.
61
+ libcst==0.3.23
62
+
58
63
# This is a old unmaintained library and is replaced with pycryptodome
59
64
pycrypto==1000000000.0.0
60
65
Original file line number Diff line number Diff line change 80
80
# want to ensure we have wheels built.
81
81
grpcio==1.43.0
82
82
83
+ # libcst >=0.4.0 requires a newer Rust than we currently have available,
84
+ # thus our wheels builds fail. This pins it to the last working version,
85
+ # which at this point satisfies our needs.
86
+ libcst==0.3.23
87
+
83
88
# This is a old unmaintained library and is replaced with pycryptodome
84
89
pycrypto==1000000000.0.0
85
90
You can’t perform that action at this time.
0 commit comments