mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 18:09:56 +00:00
* added specific problematic hooks folder for when compiling with pyinstaller. added a fix for prettytable import * fixed typo * lint fix
4 lines
109 B
Python
4 lines
109 B
Python
from PyInstaller.utils.hooks import collect_all
|
|
|
|
datas, binaries, hiddenimports = collect_all("prettytable")
|