Skip to content

Commit 59145d0

Browse files
authored
Update README.md
1 parent a549210 commit 59145d0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Starting in mypy-protobuf 3.0.0, only python3 targeting is supported
1111
See [Changelog](CHANGELOG.md) for recent changes.
1212

1313
## Requirements to run mypy-protobuf
14-
[protoc >= 3.18.0](https://github.com/protocolbuffers/protobuf/releases)
15-
[python-protobuf >= 3.17.4](https://pypi.org/project/protobuf/) - matching protoc release
16-
[python >= 3.6](https://www.python.org/downloads/source/) - for running mypy-protobuf plugin.
14+
- [protoc >= 3.18.0](https://github.com/protocolbuffers/protobuf/releases)
15+
- [python-protobuf >= 3.17.4](https://pypi.org/project/protobuf/) - matching protoc release
16+
- [python >= 3.6](https://www.python.org/downloads/source/) - for running mypy-protobuf plugin.
1717

1818
## Requirements to run typecheckers on stubs generated by mypy-protobuf
19-
[mypy >= v0.910](https://pypi.org/project/mypy) or [pyright >= 1.1.171](https://github.com/microsoft/pyright)
20-
[python-protobuf >= 3.18.0](https://pypi.org/project/protobuf/) - matching protoc release
21-
[types-protobuf==3.17.4](https://pypi.org/project/types-protobuf/) - for stubs from the google.protobuf library
22-
23-
### To run mypy on code generated with grpc plugin - you'll additionally need
24-
[grpcio>=1.40.0](https://pypi.org/project/grpcio/)
25-
[grpcio-tools>=1.40.0](https://pypi.org/project/grpcio-tools/)
26-
[grpc-stubs>=1.24.7](https://pypi.org/project/grpc-stubs/)
19+
- [mypy >= v0.910](https://pypi.org/project/mypy) or [pyright >= 1.1.171](https://github.com/microsoft/pyright)
20+
- [python-protobuf >= 3.18.0](https://pypi.org/project/protobuf/) - matching protoc release
21+
- [types-protobuf==3.17.4](https://pypi.org/project/types-protobuf/) - for stubs from the google.protobuf library
22+
23+
### To run typecheckers on code generated with grpc plugin - you'll additionally need
24+
- [grpcio>=1.40.0](https://pypi.org/project/grpcio/)
25+
- [grpcio-tools>=1.40.0](https://pypi.org/project/grpcio-tools/)
26+
- [grpc-stubs>=1.24.7](https://pypi.org/project/grpc-stubs/)
2727

2828
Other configurations may work, but are not continuously tested currently.
2929
We would be open to expanding this list - file an issue on the issue tracker.

0 commit comments

Comments
 (0)