From 8eac7c0cab6abddbeab6977b928995a30808774e Mon Sep 17 00:00:00 2001 From: Avasam Date: Sun, 20 Oct 2024 20:00:45 -0400 Subject: [PATCH] Update scripts/requirements.txt --- scripts/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3e7444bd..8e4aea1e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -25,7 +25,6 @@ pyinstaller>=6.10.0 # Python 3.13 support # https://peps.python.org/pep-0508/#environment-markers # # Windows-only dependencies: -git+https://github.com/enthought/comtypes#egg=comtypes # Python 3.13 support # We don't use directly, just remove once 1.4.8 releases pygrabber>=0.2 ; sys_platform == 'win32' # Completed types pywin32>=307 ; sys_platform == 'win32' # Python 3.13 support typed-D3DShot[numpy]>=1.0.1 ; sys_platform == 'win32'