Skip to content

Commit 2473b8e

Browse files
committed
pyproject.toml: depend on protobuf
1 parent 5e5a368 commit 2473b8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
dynamic = ["version"]
2121
dependencies = [
2222
"grpcio",
23+
"protobuf",
2324
]
2425

2526
[project.optional-dependencies]
@@ -50,7 +51,7 @@ Repository = "https://github.com/netauth/netauth-python"
5051
Changelog = "https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"
5152

5253
[tool.setuptools]
53-
packages=["netauth"]
54+
packages = ["netauth"]
5455

5556
[tool.setuptools.dynamic]
5657
version = {attr = "netauth.__version__"}

0 commit comments

Comments
 (0)