Skip to content

Commit d3bec45

Browse files
committed
Upgrade protobuf's version to 3.6.1.
1 parent 7417000 commit d3bec45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
long_description=readme,
3232
packages=['tablestore', 'tablestore.protobuf', 'tablestore.plainbuffer'],
3333
package_dir={'tablestore.protobuf': 'tablestore/protobuf/' + base_dir},
34-
install_requires=['enum34', 'protobuf', 'urllib3>=1.14', 'certifi>=2016.2.28', 'future>=0.16.0', 'six>=1.11.0'],
34+
install_requires=['enum34', 'protobuf>=3.6.1', 'urllib3>=1.14', 'certifi>=2016.2.28', 'future>=0.16.0', 'six>=1.11.0'],
3535
include_package_data=True,
3636
url='https://cn.aliyun.com/product/ots',
3737
classifiers=[

0 commit comments

Comments
 (0)