Improves irregular table width for international languages

This commit is contained in:
Niru Maheswaranathan
2017-10-24 02:03:39 -07:00
parent ac2accb231
commit 8ea9073f0c
5 changed files with 6 additions and 3 deletions

View File

@@ -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: