2024-01-24 12:11:06 -05:00
|
|
|
hiddenimports = [
|
|
|
|
"os",
|
|
|
|
"enum",
|
|
|
|
"ctypes",
|
|
|
|
"threading",
|
|
|
|
"traceback",
|
|
|
|
"gc",
|
|
|
|
"sys",
|
|
|
|
"inspect",
|
|
|
|
"weakref",
|
|
|
|
"atexit",
|
|
|
|
"contextlib",
|
|
|
|
"logging",
|
|
|
|
"functools",
|
|
|
|
"typing",
|
|
|
|
"traceback",
|
|
|
|
"warnings",
|
|
|
|
"threading.local",
|
|
|
|
"threading.Lock",
|
|
|
|
"threading.RLock",
|
|
|
|
"types.MappingProxyType",
|
|
|
|
"collections.namedtuple",
|
|
|
|
"collections.abc.Iterable",
|
|
|
|
"collections.abc.Mapping",
|
2024-08-28 14:17:51 -04:00
|
|
|
"concurrent.futures",
|
2024-01-24 12:11:06 -05:00
|
|
|
"concurrent.futures.Future",
|
|
|
|
"fractions",
|
|
|
|
]
|