Add hidden import cheroot.ssl.builtin for pyinstaller

This commit is contained in:
JonnyWong16
2020-07-02 09:20:58 -07:00
parent 83df807f7e
commit 91935c9018
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ analysis = Analysis(
('..\\lib\\ipwhois\\data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['cheroot.ssl'],
hiddenimports=['cheroot.ssl', 'cheroot.ssl.builtin'],
cipher=block_cipher,
)
pyz = PYZ(