mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
setup.py: bump prompt-toolkit version requirement
This commit is contained in:
parent
d901d28add
commit
12218bcbae
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue