From bf596385b19f5abe9168e5cde6243491df633303 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 16 Oct 2024 01:18:35 -0400 Subject: [PATCH] typed-D3DShot --- pyproject.toml | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4d1d23d..00a8c6f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AutoSplit" -version = "0" +dynamic = ["version"] # https://github.com/microsoft/pyright/blob/main/docs/configuration.md#sample-pyprojecttoml-file [tool.pyright] diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 5ee2066f..5c862258 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -26,7 +26,7 @@ pyinstaller>=6.10.0 # Python 3.13 support # # Windows-only dependencies: comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 -git+https://github.com/Avasam/typed-D3DShot.git@typed-D3DShot ; sys_platform == 'win32' +typed-D3DShot >= 1.0.1; sys_platform == 'win32' pygrabber>=0.2 ; sys_platform == 'win32' # Completed types pywin32>=307 ; sys_platform == 'win32' # Python 3.13 support winrt-Windows.AI.MachineLearning>=2.2.0 ; sys_platform == 'win32' # Python 3.13 support