mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use pyterminalsize for terminal sizing
This commit is contained in:
parent
00c853b10c
commit
710c24b868
2 changed files with 3 additions and 18 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue