From 0bdeacb974b525fc1c32e9c61e9f9f04f1d30462 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Mon, 12 Aug 2024 13:53:25 +0200 Subject: [PATCH] pin `readchar` to a version supporting unicode --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1453f7..93c7681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8.1" blessed = ">=1.19.0" -readchar = ">=3.0.6" +readchar = ">=4.2.0" editor = ">=1.6.0" [tool.poetry.dev-dependencies]