Skip to content

Commit

Permalink
typed-D3DShot
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 16, 2024
1 parent f66ff52 commit bf59638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf59638

Please sign in to comment.