We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b97cb commit 36511e5Copy full SHA for 36511e5
scripts/requirements.txt
@@ -24,6 +24,7 @@ pyinstaller>=5.13 # Python 3.12 support
24
# https://peps.python.org/pep-0508/#environment-markers
25
#
26
# Windows-only dependencies:
27
+comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807
28
pygrabber>=0.2 ; sys_platform == 'win32' # Completed types
29
pywin32>=301 ; sys_platform == 'win32'
30
winsdk>=1.0.0b10 ; sys_platform == 'win32' # Python 3.12 support
0 commit comments