From 83f50f9347ec2bf0ec6d330bed2077f8c73c46b7 Mon Sep 17 00:00:00 2001 From: azumukupoe <31339007+azumukupoe@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:21:46 +0900 Subject: [PATCH] Install tabulate with support for wide characters --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8bd5229..eadfc62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ music_tag Pillow protobuf pwinput -tabulate +tabulate[widechars] tqdm diff --git a/setup.cfg b/setup.cfg index 2989fb5..d62b766 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ install_requires = Pillow protobuf==3.20.1 pwinput - tabulate + tabulate[widechars] tqdm [options.package_data]