mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Also depend on pygments
This commit is contained in:
parent
088ef05e07
commit
2b62f3d2e6
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -33,7 +33,8 @@ install_deps = [
|
|||
"toml",
|
||||
"gevent-websocket",
|
||||
"bottle",
|
||||
"prompt-toolkit==1.0.15",
|
||||
"prompt-toolkit==1.0.15", # To be bumped to debian version once we're on bullseye (+ need tweaks in cli.py)
|
||||
"pygments",
|
||||
]
|
||||
|
||||
test_deps = [
|
||||
|
|
Loading…
Reference in a new issue