summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9c133df9..c88d3ab0 100755
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,9 @@ EXTRAS_REQUIRE = {
'mypy==0.902',
'types-pkg-resources',
],
+ 'rich': [
+ 'rich',
+ ]
}
PACKAGE_DATA = {