setup.py: bump prompt-toolkit version requirement

This commit is contained in:
Alexandre Aubin 2021-10-20 11:38:29 +02:00
parent d901d28add
commit 12218bcbae

View file

@ -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",
]