代码拉取完成,页面将自动刷新
"""
@Date : 2020-12-18
@Author : liyachao
"""
from setuptools import setup,find_packages
# 第三方依赖
requires = [
"cffi==1.14.4",
"construct==2.10.56",
"cryptography==3.3.2",
"pyasn1==0.4.8",
"pycparser==2.20",
"pyOpenSSL==20.0.0",
"six==1.15.0",
"requests>=2.25.1",
'click>=7.1.2',
'coloredlogs>=3.3.2',
]
setup(name='py_ios_device',
version="2.2.3",
description='Get ios data and operate ios devices',
author='chenpeijie & liyachao',
author_email='cpjsf@163.com',
maintainer='chenpeijie & liyachao',
maintainer_email='',
url='https://github.com/YueChen-C/py-ios-device',
packages=find_packages(),
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
platforms=["any"],
install_requires=requires, # 第三方库依赖
entry_points={
'console_scripts':{
'pyidevice=ios_device.main:cli'
}
},
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。