Skip to content

Commit

Permalink
Fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Nov 10, 2021
1 parent 60b9d7a commit 63ae419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ dependencies = [
'multiprocess == 0.70.12.2',
# conditional
'uvloop == 0.16.0; sys_platform == "darwin"',
'uvloop == 0.16.0; platform_machine == "x86_64"'
'uvloop == 0.16.0; platform_machine == "x86_64"',
'uvloop == 0.16.0; platform_machine == "i686"'
]


0 comments on commit 63ae419

Please sign in to comment.