Fix protobuf bump in setup.py

This commit is contained in:
Mizux Seiha
2020-11-26 12:52:15 +01:00
parent 6bb61df187
commit 92a775bdde
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ setup(
'@PROJECT_NAME@.util':['$<TARGET_FILE_NAME:sorted_interval_list>', '*.pyi'],
},
include_package_data=True,
install_requires=['protobuf >= 3.13.0', 'absl-py >= 0.11'],
install_requires=['protobuf >= 3.14.0', 'absl-py >= 0.11'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',