Also depend on pygments

This commit is contained in:
Alexandre Aubin 2021-09-23 01:01:01 +02:00
parent 088ef05e07
commit 2b62f3d2e6

View file

@ -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 = [