Remove libcst constraint (#123661)
parent
32d2218ff0
commit
64ceb11f8c
|
@ -79,11 +79,6 @@ grpcio==1.59.0
|
|||
grpcio-status==1.59.0
|
||||
grpcio-reflection==1.59.0
|
||||
|
||||
# libcst >=0.4.0 requires a newer Rust than we currently have available,
|
||||
# thus our wheels builds fail. This pins it to the last working version,
|
||||
# which at this point satisfies our needs.
|
||||
libcst==0.3.23
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
|
|
|
@ -101,11 +101,6 @@ grpcio==1.59.0
|
|||
grpcio-status==1.59.0
|
||||
grpcio-reflection==1.59.0
|
||||
|
||||
# libcst >=0.4.0 requires a newer Rust than we currently have available,
|
||||
# thus our wheels builds fail. This pins it to the last working version,
|
||||
# which at this point satisfies our needs.
|
||||
libcst==0.3.23
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue