Skip to content

Commit

Permalink
fix: try removing platform specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Mar 15, 2023
1 parent 6b9bd1d commit 98a0d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ dependencies = [
'nestd==0.3.1',
# conditional
'uvloop == 0.17.0; sys_platform != "win32"',
'uvloop == 0.17.0; platform_machine == "x86_64"',
'uvloop == 0.17.0; platform_machine == "i686"'
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 98a0d3c

Please sign in to comment.