We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776aa7e commit 78a9a9dCopy full SHA for 78a9a9d
2 files changed
betterproto2_compiler/pyproject.toml
@@ -15,16 +15,16 @@ keywords = [
15
requires-python = ">=3.10,<4.0"
16
dependencies = [
17
# TODO use the version from the current repo?
18
- "betterproto2[grpclib]>=0.8.0,<0.9",
19
- # "betterproto2[grpclib]",
+ # "betterproto2>=0.8.0,<0.9",
+ "betterproto2",
20
"ruff~=0.9.3",
21
"jinja2>=3.0.3",
22
"typing-extensions>=4.7.1,<5",
23
"strenum>=0.4.15,<0.5 ; python_version == '3.10'",
24
]
25
26
-# [tool.uv.sources]
27
-# "betterproto2" = { path = "../betterproto2" }
+[tool.uv.sources]
+"betterproto2" = { path = "../betterproto2" }
28
29
[project.urls]
30
Documentation = "https://betterproto.github.io/python-betterproto2/"
0 commit comments