update build def files to use protobuf 3.15.3

This commit is contained in:
Laurent Perron
2021-03-01 13:52:10 +01:00
parent 3eafdec727
commit d92b80c832
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ setup(
version='@PROJECT_VERSION@',
packages=find_packages(),
install_requires=[
'protobuf >= 3.14.0',
'protobuf >= 3.15.3',
'absl-py >= 0.11',
],
package_data={