Skip to content

Commit

Permalink
Add uvloop dependency for supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Oct 15, 2024
1 parent 8935ba8 commit 29ff376
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 26 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.21.0; sys_platform != 'win32'",
]

[build-system]
Expand Down
68 changes: 42 additions & 26 deletions uv.lock

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

0 comments on commit 29ff376

Please sign in to comment.