Skip to content

Commit

Permalink
fix: Implement autoinstallation of uvloop on linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Mar 13, 2023
1 parent b753500 commit 6b9bd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
'multiprocess == 0.70.14',
'nestd==0.3.1',
# conditional
'uvloop == 0.17.0; sys_platform == "darwin"',
'uvloop == 0.17.0; sys_platform != "win32"',
'uvloop == 0.17.0; platform_machine == "x86_64"',
'uvloop == 0.17.0; platform_machine == "i686"'
]
Expand Down

0 comments on commit 6b9bd1d

Please sign in to comment.