Skip to content

Commit

Permalink
Add uvloop dependency for Unix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Oct 12, 2024
1 parent b4eebc2 commit 028522f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"httpx>=0.27.2",
"asyncpraw>=7.7.1",
"urlextract>=1.9.0",
"uvloop>=0.20.0; sys_platform != 'win32'",
]

[build-system]
Expand Down
8 changes: 8 additions & 0 deletions uv.lock

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

0 comments on commit 028522f

Please sign in to comment.