Skip to content

Commit

Permalink
build: add markers for uvloop
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Sep 25, 2024
1 parent 787d8b0 commit db1356b
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 @@ -45,7 +45,7 @@ litestar = "^2.12.1"
pydantic-settings = "^2.5.2"
python-multipart = "^0.0.10"
uvicorn = "^0.30.6"
uvloop = "^0.20.0"
uvloop = { version = "^0.20.0", markers = "sys_platform != 'win32'" }
numpy = "<2.0.0"
picologging = "^0.9.3"

Expand Down

0 comments on commit db1356b

Please sign in to comment.