Skip to content

Commit

Permalink
Autosplit: don't install winsdk (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jun 14, 2023
1 parent 2edcd16 commit eac688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def get_projects() -> list[Project]:
pyright_cmd="{pyright} src",
pip_cmd=(
"{pip} install certifi ImageHash numpy packaging PyWinCtl PySide6-Essentials "
"winsdk types-D3DShot types-keyboard types-Pillow types-psutil types-PyAutoGUI "
"types-D3DShot types-keyboard types-Pillow types-psutil types-PyAutoGUI "
"types-pyinstaller types-pywin32 types-requests types-toml"
),
),
Expand Down

0 comments on commit eac688b

Please sign in to comment.