From f9ddb423d50bb1a17b70c9b2fb2bf3b12d1cbfeb Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Fri, 29 Jul 2022 12:20:01 +0200 Subject: [PATCH] bump readchar to >=3.0.6 the newer versions add support for arrow-keys on windows --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0eeb709ae8fc..72f8c6169c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pydantic >= 1.8.2 python-slugify >= 5.0 pytz >= 2021.1 pyyaml >= 5.4.1 -readchar >= 3.0.5 +readchar >= 3.0.6 rich >= 11.0 slack-sdk>=3.15.1 sqlalchemy[asyncio] >= 1.4.20, != 1.4.33