Fix protobuf bump in setup.py
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user