Skip to content

Commit 8f4d65a

Browse files
committed
add rich dependency
1 parent 8db9d3e commit 8f4d65a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"fontTools >= 4.0.0",
1717
"aiohttp >= 3.6.0",
1818
"aiodns >= 2.0.0",
19-
"aiofiles >= 0.4.0"
19+
"aiofiles >= 0.4.0",
20+
"rich",
2021
]
2122
# Optional packages
2223
EXTRAS_REQUIRES = {

0 commit comments

Comments
 (0)