Skip to content

Commit bedab0a

Browse files
committed
Drop psutil from wheel requirements
We're not using it ourselves, and usage appears isolated to a couple of add-ons (notably ankirestart)
1 parent de7de82 commit bedab0a

3 files changed

Lines changed: 0 additions & 21 deletions

File tree

pylib/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"typing_extensions",
1414
# platform-specific dependencies
1515
"distro; sys_platform != 'darwin' and sys_platform != 'win32'",
16-
"psutil; sys_platform == 'win32'",
1716
]
1817

1918
[build-system]

qt/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"requests",
1212
"send2trash",
1313
"waitress>=2.0.0",
14-
"psutil; sys.platform == 'win32'",
1514
"pywin32; sys.platform == 'win32'",
1615
"anki-mac-helper; sys.platform == 'darwin'",
1716
"pip-system-certs!=5.1",

uv.lock

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)