Skip to content

Commit

Permalink
Update comtypes thanks to new pyinstaller-hooks-contrib release
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 16, 2024
1 parent be9acdd commit 3c0c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pyinstaller>=6.10.0 # Python 3.13 support
# https://peps.python.org/pep-0508/#environment-markers
#
# Windows-only dependencies:
comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807
comtypes>=1.4.5 ; sys_platform == 'win32' # Support added in pyinstaller-hooks-contrib 2024.9
typed-D3DShot[numpy] >= 1.0.1; sys_platform == 'win32'
pygrabber>=0.2 ; sys_platform == 'win32' # Completed types
pywin32>=307 ; sys_platform == 'win32' # Python 3.13 support
Expand Down

0 comments on commit 3c0c512

Please sign in to comment.