Merge pull request #159 from azumukupoe/tabulate-widechars
Install tabulate with support for wide characters
This commit is contained in:
commit
21ef30844b
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ music_tag
|
||||||
Pillow
|
Pillow
|
||||||
protobuf
|
protobuf
|
||||||
pwinput
|
pwinput
|
||||||
tabulate
|
tabulate[widechars]
|
||||||
tqdm
|
tqdm
|
||||||
|
|
|
@ -22,7 +22,7 @@ install_requires =
|
||||||
Pillow
|
Pillow
|
||||||
protobuf==3.20.1
|
protobuf==3.20.1
|
||||||
pwinput
|
pwinput
|
||||||
tabulate
|
tabulate[widechars]
|
||||||
tqdm
|
tqdm
|
||||||
|
|
||||||
[options.package_data]
|
[options.package_data]
|
||||||
|
|
Loading…
Add table
Reference in a new issue