1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

protobuf: Add missing Python depdendency to project.toml

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-03-26 20:00:19 +01:00 committed by pipeacosta
parent 57ae55f54f
commit 0d54b1311a

View file

@ -30,6 +30,7 @@ optional-dependencies.dev = [
'mypy==1.8.0',
'pytest==8.0.0',
'types-requests==2.31.0.20240125',
'protobuf==4.24.4',
]
[project.urls]