Use pyterminalsize for terminal sizing

This commit is contained in:
Anthony Sottile 2016-02-21 21:07:08 -08:00
parent 00c853b10c
commit 710c24b868
2 changed files with 3 additions and 18 deletions

View file

@ -41,11 +41,11 @@ setup(
install_requires=[
'argparse',
'aspy.yaml',
'backports.shutil_get_terminal_size',
'cached-property',
'jsonschema',
'nodeenv>=0.11.1',
'ordereddict',
'pyterminalsize',
'pyyaml',
'virtualenv',
],