[enh] add rich as a python dependancy

This commit is contained in:
Laurent Peuch 2021-06-15 00:39:06 +02:00
parent 47673ea728
commit 9a03208d4c

View file

@ -26,6 +26,7 @@ install_deps = [
'python-ldap', 'python-ldap',
'gevent-websocket', 'gevent-websocket',
'bottle', 'bottle',
'rich',
] ]
test_deps = [ test_deps = [