28 lines
493 B
Python
28 lines
493 B
Python
|
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",
|
||
|
"concurrent.futures.Future",
|
||
|
"fractions",
|
||
|
]
|