From 9a03208d4ca1223e9a196ed1467c451ba8ec33fd Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 15 Jun 2021 00:39:06 +0200 Subject: [PATCH] [enh] add rich as a python dependancy --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e77ecc26..19f478c2 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ install_deps = [ 'python-ldap', 'gevent-websocket', 'bottle', + 'rich', ] test_deps = [