We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5e173 commit b7330d7Copy full SHA for b7330d7
pyproject.toml
@@ -12,7 +12,7 @@ readme = "README.md"
12
python = "^3.8"
13
nextcord = "^2.0.0"
14
nextcord-ext-menus = "^1.5.2"
15
-psutil = "^5.9.0"
+psutil = { version = "^5.9.0", platform = "linux" }
16
python-dotenv = ">=0.16.0,<1.1.0"
17
piccolo = { version = ">=0.111.1,<0.118.0", optional = true, extras = [
18
"orjson",
0 commit comments