From 12218bcbae6d66b4d8ab619e8e3f0ff3eb602010 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 20 Oct 2021 11:38:29 +0200 Subject: [PATCH] setup.py: bump prompt-toolkit version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e53154c..5b8049e6 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_deps = [ "toml", "gevent-websocket", "bottle", - "prompt-toolkit==1.0.15", # To be bumped to debian version once we're on bullseye (+ need tweaks in cli.py) + "prompt-toolkit>=3.0", "pygments", ]