use wcwidth

This commit is contained in:
Daniel Hahler
2019-04-05 17:43:11 +02:00
parent f599172add
commit df377b589f
3 changed files with 56 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ INSTALL_REQUIRES = [
'pathlib2>=2.2.0;python_version<"3.6"',
'colorama;sys_platform=="win32"',
"pluggy>=0.9",
"wcwidth",
]