Skip to content

Commit cc69e1d

Browse files
committed
Only install uvloop on mac/linux
1 parent c0f6cf5 commit cc69e1d

File tree

2 files changed

+104
-4
lines changed

2 files changed

+104
-4
lines changed

poetry.lock

+103-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.9,<3.12"
1111
discord-py = {extras = ["speed"], version = "^2.3.2"}
1212
python-dotenv = "^1.0.0"
13-
uvloop = "^0.17.0"
13+
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.17.0"}
1414
asyncpg = "^0.28.0"
1515
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
1616
psutil = "^5.9.5"

0 commit comments

Comments
 (0)