There was an error while loading. Please reload this page.
1 parent 7417000 commit d3bec45Copy full SHA for d3bec45
setup.py
@@ -31,7 +31,7 @@
31
long_description=readme,
32
packages=['tablestore', 'tablestore.protobuf', 'tablestore.plainbuffer'],
33
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'],
+ install_requires=['enum34', 'protobuf>=3.6.1', 'urllib3>=1.14', 'certifi>=2016.2.28', 'future>=0.16.0', 'six>=1.11.0'],
35
include_package_data=True,
36
url='https://cn.aliyun.com/product/ots',
37
classifiers=[
0 commit comments