Support terminal width on windows. Resolves #199

This commit is contained in:
Anthony Sottile 2016-02-20 20:02:29 -08:00
parent 139744582b
commit 4f6e4aedee
2 changed files with 5 additions and 16 deletions

View file

@ -41,6 +41,7 @@ setup(
install_requires=[
'argparse',
'aspy.yaml',
'backports.shutil_get_terminal_size',
'cached-property',
'jsonschema',
'nodeenv>=0.11.1',