mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Rewrote protobuf generation scripts in Python (#12527)
This commit is contained in:
@@ -14,6 +14,10 @@ ruff==0.5.4 # must match .pre-commit-config.yaml
|
||||
|
||||
# Libraries used by our various scripts.
|
||||
aiohttp==3.10.2
|
||||
# grpc install only fails on Windows, but let's avoid building sdist on other platforms
|
||||
# https://github.com/grpc/grpc/issues/36201
|
||||
grpcio-tools; python_version < "3.13"
|
||||
mypy-protobuf==3.6.0
|
||||
packaging==24.1
|
||||
pathspec>=0.11.1
|
||||
pre-commit
|
||||
|
||||
Reference in New Issue
Block a user