mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 09:50:17 +00:00
Improves irregular table width for international languages
This commit is contained in:
2
setup.py
2
setup.py
@@ -57,7 +57,7 @@ setup(
|
||||
# project is installed. For an analysis of "install_requires" vs pip's
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
install_requires=['numpy', 'six', 'future'],
|
||||
install_requires=['numpy', 'six', 'future', 'wcwidth'],
|
||||
|
||||
# List additional groups of dependencies here (e.g. development dependencies).
|
||||
# You can install these using the following syntax, for example:
|
||||
|
||||
Reference in New Issue
Block a user