sanef_patch_manager_v2/patch_manager_v2.spec

40 lines
709 B
Python

# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['patch_manager_v2.py'],
pathex=['C:\\Users\\netadmin\\sanef_patch_manager_v2'],
binaries=[],
datas=[],
hiddenimports=[
'paramiko',
'openpyxl',
'pyVim',
'pyVim.connect',
'pyVmomi',
'sqlite3',
'ttkbootstrap',
],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=['unittest', 'test'],
noarchive=False,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='SANEF_Patch_Manager',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=False,
console=False,
icon=None,
)