Skip to content

Commit 4d14c09

Browse files
authored
feat: add protobuf dependency (#31)
Signed-off-by: Michal Fiedorowicz <[email protected]>
1 parent 86a6b7c commit 4d14c09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/requirements-diode-netbox-plugin.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Brotli==1.1.0
22
certifi==2024.7.4
33
coverage==7.6.0
44
grpcio==1.62.1
5+
protobuf==5.28.1
56
pytest==8.0.2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"Brotli==1.1.0",
2929
"certifi==2024.7.4",
3030
"grpcio==1.62.1",
31+
"protobuf==5.28.1",
3132
]
3233

3334
[project.optional-dependencies]

0 commit comments

Comments
 (0)