mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[enh] add rich as a python dependancy
This commit is contained in:
parent
47673ea728
commit
9a03208d4c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -26,6 +26,7 @@ install_deps = [
|
||||||
'python-ldap',
|
'python-ldap',
|
||||||
'gevent-websocket',
|
'gevent-websocket',
|
||||||
'bottle',
|
'bottle',
|
||||||
|
'rich',
|
||||||
]
|
]
|
||||||
|
|
||||||
test_deps = [
|
test_deps = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue