mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-09 16:52:00 +01:00
Install tabulate with support for wide characters
This commit is contained in:
parent
fa2156b2a1
commit
83f50f9347
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ music_tag
|
|||
Pillow
|
||||
protobuf
|
||||
pwinput
|
||||
tabulate
|
||||
tabulate[widechars]
|
||||
tqdm
|
||||
|
|
|
@ -22,7 +22,7 @@ install_requires =
|
|||
Pillow
|
||||
protobuf==3.20.1
|
||||
pwinput
|
||||
tabulate
|
||||
tabulate[widechars]
|
||||
tqdm
|
||||
|
||||
[options.package_data]
|
||||
|
|
Loading…
Reference in a new issue