From 0bdc3f07c26d63709b1f66aec71f3677a3436601 Mon Sep 17 00:00:00 2001 From: kolo Date: Wed, 8 Oct 2025 21:51:10 +0300 Subject: [PATCH] initial commit in new pr --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]