Skip to content

Commit

Permalink
remove dependency of aliyun-python-sdk-core-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
crhan authored and huiguangjun committed Jan 28, 2021
1 parent 4a82f6b commit 7c1a93a
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',
'pycryptodome>=3.4.7',
'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',
'six'],
include_package_data=True,
url='http://oss.aliyun.com',
Expand Down

0 comments on commit 7c1a93a

Please sign in to comment.