Skip to content

Commit 36511e5

Browse files
committed
Pin comtypes<1.4.5 to work around pyinstaller/pyinstaller-hooks-contrib#807
1 parent 18b97cb commit 36511e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pyinstaller>=5.13 # Python 3.12 support
2424
# https://peps.python.org/pep-0508/#environment-markers
2525
#
2626
# Windows-only dependencies:
27+
comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807
2728
pygrabber>=0.2 ; sys_platform == 'win32' # Completed types
2829
pywin32>=301 ; sys_platform == 'win32'
2930
winsdk>=1.0.0b10 ; sys_platform == 'win32' # Python 3.12 support

0 commit comments

Comments
 (0)