From 55c17c2247a685a44235163823d2ff4fe58c2f1d Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Tue, 22 Oct 2024 17:59:18 +0200 Subject: [PATCH] fix(requirements.txt): move from pyreadline to pyreadline3 Module `pyreadline3`, a fork of `pyreadline` no longer actively maintained on PyPI replaces its predecessor. This equally aims to account for an reported problem using the utility in Windows.[1] [1] https://github.com/novoid/appendfilename/issues/18 Signed-off-by: Norwid Behrnd --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e64a4a0..ba21e49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyreadline +pyreadline3