This commit is contained in:
William Ballenthin
2021-03-05 12:53:50 -07:00
parent 9aaaa044da
commit e02bb7f5a1

View File

@@ -22,14 +22,12 @@ excludedimports = [
"PyQt5",
"qt5",
"pyqtwebengine",
# the above are imported by these viv modules.
# so really, we'd want to exclude these submodules of viv.
# but i dont think this works.
"vqt",
"vdb.qt",
"envi.qt",
# unused by capa
"pyasn1",
]
@@ -155,4 +153,4 @@ hiddenimports = [
"vstruct.defs.windows.win_6_3_i386.ntoskrnl",
"vstruct.defs.windows.win_6_3_wow64",
"vstruct.defs.windows.win_6_3_wow64.ntdll",
]
]