mirror of https://github.com/grpc/grpc.git
[PSM Interop] Update packaging to fix requirements-dev.txt (#34142)
Previously black wouldn't install, as it required newer `packaging` package. This fixes `pip install -r requirements-dev.txt`. In addition, `black` in dev dependencies file is changed to `black[d]`, which bundles `blackd` binary (["black as a server"](https://black.readthedocs.io/en/stable/usage_and_configuration/black_as_a_server.html)).pull/34150/head
parent
bb0474a4dd
commit
bc98250a06
3 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
||||
-r requirements.lock |
||||
# Mirrors black version set in |
||||
# https://github.com/grpc/grpc/blob/master/tools/distrib/black_code.sh |
||||
black==23.3.0 |
||||
black[d]==23.3.0 |
||||
isort~=5.9 |
||||
# TODO(https://github.com/grpc/grpc/pull/25872): mypy |
||||
|
Loading…
Reference in new issue