代码拉取完成,页面将自动刷新
#!/usr/bin/env python
import sys
import setuptools
from distutils.core import setup
setup(name='Automagica',
version='1.0.10',
description='Robot for Automagica - Smart Robotic Process Automation',
author='Oakwood Technologies BVBA',
author_email='mail@oakwood.ai',
url='https://automagica.io/',
entry_points={
'console_scripts': ['automagica=automagica.cli:main'],
},
packages=['automagica'],
package_data={'automagica': [
'bin/win32/chromedriver.exe',
'bin/mac64/chromedriver',
'bin/linux64/chromedriver']},
install_requires=[
'plyer==1.4.0',
'python-socketio==4.3.0',
'PyAutoGUI==0.9.36',
'opencv-python==3.4.2.17',
'selenium==3.7.0',
'pytesseract==0.2.0',
'openpyxl==2.4.8',
'python-docx==0.8.6',
'PyPDF2==1.26.0',
'psutil==5.4.6',
'beautifulsoup4==4.6.0',
'websocket-client==0.56.0',
'py-trello==0.13.0'] + (
['pywinauto==0.6.5', 'pywin32==223'] if sys.platform.startswith('win') else [
]
),
include_package_data=True
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。