diff --git a/pyproject.toml b/pyproject.toml index 6e0356a..88206d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = { text = "MIT" } dependencies = [ "rich (>=14.0.0,<15.0.0)", "art (>=6.4,<7.0)", - "pyreadline3>=3.5.4", + "pyreadline3>=3.5.4; sys_platform == 'win32'", ] [tool.ruff]