forked from LedFx/LedFx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhiddenimports.py
41 lines (41 loc) · 965 Bytes
/
hiddenimports.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
hiddenimports = [
"sacn",
"rtmidi.midiutil",
"paho",
"paho.mqtt",
"paho.mqtt.client",
"pystray._win32",
"rtmidi",
"samplerate",
"sounddevice",
"_sounddevice_data",
"serial",
"openrgb",
"serial.tools.list_ports",
"icmplib",
"flux_led",
"voluptuous",
"mbedtls",
"mbedtls.mpi",
"mbedtls._platform",
"mbedtls._ringbuf",
"pythonosc",
"pythonosc.osc_message_builder",
"pythonosc.udp_client",
"zeroconf._utils.ipaddress",
"zeroconf._handlers.answers",
"stupidArtnet",
"mss",
"PIL.Image",
"PIL.ImageDraw",
"PIL.ImageEnhance",
"sentry_sdk.integrations.stdlib",
"sentry_sdk.integrations.excepthook",
"sentry_sdk.integrations.dedupe",
"sentry_sdk.integrations.atexit",
"sentry_sdk.integrations.modules",
"sentry_sdk.integrations.argv",
"sentry_sdk.integrations.logging",
"sentry_sdk.integrations.threading",
"vnoise",
]