We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5a368 commit 2473b8eCopy full SHA for 2473b8e
pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
20
dynamic = ["version"]
21
dependencies = [
22
"grpcio",
23
+ "protobuf",
24
]
25
26
[project.optional-dependencies]
@@ -50,7 +51,7 @@ Repository = "https://github.com/netauth/netauth-python"
50
51
Changelog = "https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"
52
53
[tool.setuptools]
-packages=["netauth"]
54
+packages = ["netauth"]
55
56
[tool.setuptools.dynamic]
57
version = {attr = "netauth.__version__"}
0 commit comments