Skip to content

Commit

Permalink
use aliyun-python-sdk-core-v3 2.5.5 because the latest version 2.8.5 …
Browse files Browse the repository at this point in the history
…could not work in python 3.4 and 3.5
  • Loading branch information
mingyangyang committed Mar 2, 2018
1 parent ef63fa3 commit b255ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'crcmod>=1.7',
'pycrypto>=2.6.1',
'aliyun-python-sdk-kms>=2.4.1',
'aliyun-python-sdk-core>=2.6.2' if sys.version_info[0] == 2 else 'aliyun-python-sdk-core-v3>=2.5.5'],
'aliyun-python-sdk-core>=2.6.2' if sys.version_info[0] == 2 else 'aliyun-python-sdk-core-v3==2.5.5'],
include_package_data=True,
url='http://oss.aliyun.com',
classifiers=[
Expand Down

0 comments on commit b255ba5

Please sign in to comment.