Skip to content

Commit 4244942

Browse files
Rename extras (#80)
1 parent bc657e3 commit 4244942

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Repository = "https://github.com/betterproto/python-betterproto2"
1818

1919
[project.optional-dependencies]
2020
rust-codec = ["betterproto2-rust-codec"]
21-
grpc-sync = ["grpcio"]
22-
grpc-async = ["grpclib"]
21+
grpcio = ["grpcio"]
22+
grpclib = ["grpclib"]
2323

2424
# betterproto2-rust-codec is not included because still experimental
2525
all = ["grpclib", "grpcio"]

0 commit comments

Comments
 (0)