Unverified Commit 2f1f4d57 authored by ss1917's avatar ss1917 Committed by GitHub

Merge pull request #1 from ysicing/master

Update setup.py
parents d2691043 85c92254
...@@ -13,10 +13,10 @@ setup( ...@@ -13,10 +13,10 @@ setup(
packages=['opssdk', 'opssdk.logs', 'opssdk.operate', 'opssdk.install', 'opssdk.get_info', 'opssdk.utils', 'websdk'], packages=['opssdk', 'opssdk.logs', 'opssdk.operate', 'opssdk.install', 'opssdk.get_info', 'opssdk.utils', 'websdk'],
url='https://github.com/ss1917/ops_sdk/', url='https://github.com/ss1917/ops_sdk/',
license='', license='',
install_requires=['fire', 'shortuuid', 'pymysql===0.9.3', 'sqlalchemy===1.3.0', 'python3-pika===0.9.14', 'PyJWT', install_requires=['fire', 'shortuuid', 'pymysql==0.9.3', 'sqlalchemy==1.3.0', 'python3-pika==0.9.14', 'PyJWT',
'Crypto===1.4.1', 'requests', 'redis===2.10.6', 'tornado===5.0', 'Crypto==1.4.1', 'requests', 'redis==2.10.6', 'tornado==5.0',
'aliyun-python-sdk-core-v3===2.8.6', 'aliyun-python-sdk-dysmsapi', 'python-dateutil===2.7.5', 'aliyun-python-sdk-core-v3==2.8.6', 'aliyun-python-sdk-dysmsapi', 'python-dateutil==2.7.5',
'ldap3===2.6', 'pycryptodome'], 'ldap3==2.6', 'pycryptodome'],
author='shenshuo', author='shenshuo',
author_email='191715030@qq.com', author_email='191715030@qq.com',
description='SDK of the operation and maintenance script' description='SDK of the operation and maintenance script'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment