From 89c2d86caea3abedad581cfd6ba2046001e63b91 Mon Sep 17 00:00:00 2001 From: Moto Moto <45734193+thunermay@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:45:31 +0100 Subject: [PATCH] Update requirements.txt to support collections.abc Need for Python > 3.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 351d4a7..9d839b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -prompt_toolkit>=3.0.0,<3.1.0 +prompt_toolkit<2.0.0 Pygments>=2.2.0