打包所需依赖
首先安装运行时依赖
-r requirements_pyqt.txt
打包工具
pyinstaller>=6.0.0

pyinstaller-hooks-contrib>=2024.0
确保包含HTTPS证书(打包必需)
certifi>=2023.0.0

PyInstaller的依赖(通常会自动安装,这里显式声明)
altgraph>=0.17
pefile>=2023.2.7

pywin32-ctypes>=0.2.0
-r requirements_pyqt.txt
pyinstaller>=6.0.0

pyinstaller-hooks-contrib>=2024.0
certifi>=2023.0.0

altgraph>=0.17
pefile>=2023.2.7

pywin32-ctypes>=0.2.0