Merge pull request #159 from azumukupoe/tabulate-widechars

Install tabulate with support for wide characters
This commit is contained in:
Zotify 2024-07-30 10:45:40 +12:00 committed by GitHub
commit 21ef30844b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@ music_tag
Pillow
protobuf
pwinput
tabulate
tabulate[widechars]
tqdm

View file

@ -22,7 +22,7 @@ install_requires =
Pillow
protobuf==3.20.1
pwinput
tabulate
tabulate[widechars]
tqdm
[options.package_data]