Skip to content
Snippets Groups Projects
Commit da0a4ed0 authored by Millian Poquet's avatar Millian Poquet
Browse files

python: use protobuf<4

parent 258a52dc
No related branches found
No related tags found
No related merge requests found
Pipeline #4502 passed
...@@ -8,8 +8,9 @@ setup(name='client-py', ...@@ -8,8 +8,9 @@ setup(name='client-py',
python_requires='>=3.6', python_requires='>=3.6',
install_requires=[ install_requires=[
'protocol>=0.1.0',
'pyzmq>=22.3.0', 'pyzmq>=22.3.0',
'protobuf>=3.19.4', 'protobuf>=3.19.4,<4',
], ],
description="Example python client for DZ2 toy CI prototype.", description="Example python client for DZ2 toy CI prototype.",
......
...@@ -22,7 +22,7 @@ setup(name='protocol', ...@@ -22,7 +22,7 @@ setup(name='protocol',
python_requires='>=3.6', python_requires='>=3.6',
install_requires=[ install_requires=[
'protobuf>=3.19.4', 'protobuf>=3.19.4,<4',
], ],
description="Example python protocol library for DZ2 toy CI prototype.", description="Example python protocol library for DZ2 toy CI prototype.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment