Skip to content

Commit ab96b18

Browse files
committed
chore: install pyreadline3 dependency on Windows only
1 parent 09b5b37 commit ab96b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.8"
31-
pyreadline3 = "^3.4.1"
31+
pyreadline3 = { version = "^3.4.1", platform = "win32" }
3232
pminit = { version = "*", allow-prereleases = true }
3333

3434

0 commit comments

Comments
 (0)