From 5b42c3dc6b14efeedcde88e8bc58be45d4cad6f4 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 5 Oct 2022 22:25:02 +0200 Subject: [PATCH] replace an outdated requirement by a new one The installation of the previous version in Windows 10 and Python 3.10.X did not yield a functional application. According to a discussion on python-forum.de[1], the likely cause to not offer an input mask for a user-defined tag was the outdated requirement pyreadline now substituted by pyreadline3. [1] https://www.python-forum.de/viewtopic.php?p=411134#p411134 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a281700..9a375f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyreadline +pyreadline3 colorama clint