Skip to content

Commit b7330d7

Browse files
committed
fix: psutil linux only
1 parent ae5e173 commit b7330d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
python = "^3.8"
1313
nextcord = "^2.0.0"
1414
nextcord-ext-menus = "^1.5.2"
15-
psutil = "^5.9.0"
15+
psutil = { version = "^5.9.0", platform = "linux" }
1616
python-dotenv = ">=0.16.0,<1.1.0"
1717
piccolo = { version = ">=0.111.1,<0.118.0", optional = true, extras = [
1818
"orjson",

0 commit comments

Comments
 (0)