Use tabulate to pretty print voices (#321)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany
2024-11-22 20:07:15 +02:00
committed by GitHub
parent 3e4de19344
commit 3f2b635ff6
3 changed files with 15 additions and 16 deletions

View File

@@ -6,6 +6,7 @@ setup(
install_requires=[
"aiohttp>=3.8.0",
"certifi>=2023.11.17",
"tabulate>=0.4.4",
"typing-extensions>=4.1.0",
],
)