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