Skip to content

Commit

Permalink
Only install uvloop on mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 9, 2023
1 parent c0f6cf5 commit cc69e1d
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 4 deletions.
106 changes: 103 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
discord-py = {extras = ["speed"], version = "^2.3.2"}
python-dotenv = "^1.0.0"
uvloop = "^0.17.0"
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.17.0"}
asyncpg = "^0.28.0"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
psutil = "^5.9.5"
Expand Down

0 comments on commit cc69e1d

Please sign in to comment.